A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

AboutCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class AboutCommand shows an About window.
AboutCommand(Localizer, ImageResourceLoader, boolean, GuiCheckController, Listener, AboutCommandCallback) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.AboutCommand
 
AboutCommandCallback - Interface in com.acrolinx.javasdk.gui.commands.handler
The interface AboutCommandCallback is a callback interface used to notify the integration that the about button in the main menu or toolbar was clicked.
AboutCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The AboutCommandClickHandler shows the about dialog via AboutCommandCallback.
AboutCommandClickHandler(AboutCommandCallback) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.AboutCommandClickHandler
 
AbsoluteRange - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The AbsoluteRange is an absolute Range in the original document.
AbsoluteRangeImpl - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The AbsoluteRangeImpl is the default implementation of the AbsoluteRange representing the absolute text offsets in the original document.
AbsoluteRangeImpl(int, int) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.AbsoluteRangeImpl
 
AbsoluteRangeImpl(Range) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.AbsoluteRangeImpl
 
AbstractAcrolinxEclipsePluginInitializer - Class in com.acrolinx.javasdk.gui.swt.eclipse
The class AbstractAcrolinxEclipsePluginInitializer is a default implementation of AcrolinxEclipsePluginInitializer providing a PreferenceStore and a WebBrowserType.
AbstractAcrolinxEclipsePluginInitializer(AbstractUIPlugin, WebBrowserType) - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.AbstractAcrolinxEclipsePluginInitializer
 
AbstractActivator - Class in com.acrolinx.javasdk.gui.swt.eclipse
The class AbstractActivator is a default implementation of easy creation of Acrolinx Java SDK Eclipse plug-ins.
AbstractActivator() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.AbstractActivator
 
AbstractDialogCallback - Class in com.acrolinx.javasdk.gui.dialogs.callbacks
The class AbstractDialogCallback is a default implementation of DefaultDialogCallback.
AbstractDialogCallback(DialogCallback) - Constructor for class com.acrolinx.javasdk.gui.dialogs.callbacks.AbstractDialogCallback
 
AbstractDocument - Class in com.acrolinx.javasdk.core.extraction
AbstractDocument(FileName, Author, FileFormat, boolean) - Constructor for class com.acrolinx.javasdk.core.extraction.AbstractDocument
 
AbstractDocumentBuilder<SUBCLASS_TYPE extends DocumentBuilder<SUBCLASS_TYPE,DOCUMENT_TYPE>,DOCUMENT_TYPE extends Document> - Class in com.acrolinx.javasdk.core.extraction
The AbstractDocumentBuilder is used share the common stuff of a document builder.
AbstractDocumentBuilder() - Constructor for class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
AbstractDocumentSessionController - Class in com.acrolinx.javasdk.gui.sessions.controller
The class AbstractDocumentSessionController is the default implementation for DocumentSessionController.
AbstractDocumentSessionController(WebPagePresenter, CheckResult) - Constructor for class com.acrolinx.javasdk.gui.sessions.controller.AbstractDocumentSessionController
 
AbstractLocalizedCommand - Class in com.acrolinx.javasdk.gui.dialogs.menu
The class AbstractLocalizedCommand is a localized version of a Command.
AbstractLocalizedCommand(Localizer, ImageResourceLoader, boolean) - Constructor for class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
AbstractNamedHandler<T> - Class in com.acrolinx.javasdk.gui.dialogs.handler
The class AbstractNamedHandler is a default implementation of a NamedHandler.
AbstractNamedHandler(T) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.AbstractNamedHandler
 
AbstractNotifingLocalizedCommand - Class in com.acrolinx.javasdk.gui.dialogs.menu
The class AbstractNotifingLocalizedCommand is a AbstractLocalizedCommand notifying a Listener after clicking the ClickHandler.
AbstractNotifingLocalizedCommand(Localizer, ImageResourceLoader, boolean, Listener) - Constructor for class com.acrolinx.javasdk.gui.dialogs.menu.AbstractNotifingLocalizedCommand
 
AbstractSampleFileStyledTextExtractor<DocumentType extends Document> - Class in com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction
The AbstractSampleFileStyledTextExtractor is an Extractor used for extract the content and meta data from a StyledText and a .
AbstractSampleFileStyledTextExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.AbstractSampleFileStyledTextExtractor
 
AbstractSampleFileTextPaneExtractor<DocumentType extends Document> - Class in com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor
The AbstractSampleFileTextPaneExtractor is an Extractor used for extract the content and meta data from a JTextPane and a .
AbstractSampleFileTextPaneExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.AbstractSampleFileTextPaneExtractor
 
AbstractSimpleDOMNode<R> - Class in com.acrolinx.javasdk.core.extraction
 
AbstractSimpleDOMNode(DOMGlobalSettings, String, String, DocumentsFactory) - Constructor for class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
AbstractSimpleDOMNode.Chain<R> - Class in com.acrolinx.javasdk.core.extraction
 
AbstractSimpleDOMNode.Chain(AbstractSimpleDOMNode<R>, AbstractSimpleDOMNode<R>) - Constructor for class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode.Chain
 
AbstractStyledTextExtractor<DocumentType extends Document> - Class in com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor
 
AbstractStyledTextExtractor(StyledText) - Constructor for class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
AbstractSwingMainMenuView - Class in com.acrolinx.javasdk.gui.swing.adapter
The class AbstractSwingMainMenuView is used for the common parts of swing menu creation.
AbstractSwingMainMenuView() - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
AbstractTaskManager - Class in com.acrolinx.javasdk.gui.threading
The class AbstractTaskManager implements the TaskManager.runInNewThread(Runnable) method starting a new thread.
AbstractTaskManager() - Constructor for class com.acrolinx.javasdk.gui.threading.AbstractTaskManager
 
AbstractTextPaneExtractor<DocumentType extends Document> - Class in com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor
 
AbstractTextPaneExtractor(JTextPane) - Constructor for class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
AcceptsPositioningStrategy - Interface in com.acrolinx.javasdk.gui.dialogs.views
If a dialog implements the AcceptsPositioningStrategy interface it will be positioned by DialogPositioningStrategy.
AccessMode - Enum in com.acrolinx.javasdk.api.extraction.documents.block
The AccessMode defines if a Block is read only or writeable.
ACROLINX - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The ACROLINX red.
ACROLINX_PREFERENCE_PAGE_ID - Static variable in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
AcrolinxClient - Interface in com.acrolinx.javasdk.api.factory
The AcrolinxClient encapsulates all root client side functionality.
AcrolinxEclipsePlugin - Class in com.acrolinx.javasdk.gui.swt.eclipse
The class AcrolinxEclipsePlugin is used to handle the creation of an Eclipse-specific GuiCheckController.
AcrolinxEclipsePlugin() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
 
AcrolinxEclipsePluginInitializer - Interface in com.acrolinx.javasdk.gui.swt.eclipse
The interface AcrolinxEclipsePluginInitializer provides integration or plug-in specific information the AcrolinxEclipsePlugin needs for startup.
AcrolinxFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating Java SDK objects.
AcrolinxFactory.NoOpLogger - Class in com.acrolinx.javasdk.api.factory
The AcrolinxFactory.NoOpLogger is some kind of null object.
AcrolinxFactory.NoOpLogger() - Constructor for class com.acrolinx.javasdk.api.factory.AcrolinxFactory.NoOpLogger
 
AcrolinxFactoryImpl - Class in com.acrolinx.javasdk.core.factory
 
AcrolinxFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
AcrolinxFactoryInstantiator - Class in com.acrolinx.javasdk.api.factory
The AcrolinxFactoryInstantiator is used to get an instance of AcrolinxFactory.
AcrolinxOptionsPreferenceInitializer - Class in com.acrolinx.javasdk.gui.swt.eclipse.dialogs
The class AcrolinxOptionsPreferenceInitializer provides all information necessary to initialize the preference page.
AcrolinxOptionsPreferenceInitializer(OptionDialogCallback, ClientSettings, GuiCheckController, ClientExtensionProvider, ServerSideSettingsProvider) - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
 
AcrolinxOptionsPreferencePage - Class in com.acrolinx.javasdk.gui.swt.eclipse.dialogs
The class AcrolinxOptionsPreferencePage is an Acrolinx Java SDK-specific option page.
AcrolinxOptionsPreferencePage() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
AcrolinxOptionsPreferenceView - Interface in com.acrolinx.javasdk.gui.swt.eclipse.dialogs
The interface AcrolinxOptionsPreferenceView is used to display the Acrolinx options in Eclipse preferences.
AcrolinxProxySelector - Class in com.acrolinx.javasdk.core.internal.server.proxy
A proxy selector class that routes calls to an Acrolinx Server according to the ProxySettings that were used to create the ServerEndpoint instance.
Action - Enum in com.acrolinx.services.v3.feedback
Java class for Action.
action - Variable in class com.acrolinx.services.v3.feedback.FlagFeedback
 
Action - Enum in com.acrolinx.services.v4.feedback
Java class for Action.
action - Variable in class com.acrolinx.services.v4.feedback.FlagFeedback
 
actionPerformed(ActionEvent) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ClickHandlerSwingActionListenerAdapter
 
actionText - Variable in class com.acrolinx.services.v3.feedback.FlagFeedback
 
actionText - Variable in class com.acrolinx.services.v4.feedback.FlagFeedback
 
Activator - Class in com.acrolinx.javasdk.gui.swt.eclipse
The activator class controls the plug-in life cycle.
Activator() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.Activator
 
AdapterFactory - Class in com.acrolinx.javasdk.core.server.adapter
The AdapterFactory is used by ServerConnection to create adapter for the different areas.
AdapterFactory(Sessions, ThinWsServerFacade, AuthorizationFaultExceptionHandlingAdapterProxyFactory, AuthorizationManager, ApplicationStore) - Constructor for class com.acrolinx.javasdk.core.server.adapter.AdapterFactory
 
add(Block<KeyType>) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockDocumentBuilder
Adds a Block to the BlockDocument.
add(List<Block<KeyType>>) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockDocumentBuilder
 
add(Block<KeyType>) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentBuilderImpl
 
add(List<Block<KeyType>>) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentBuilderImpl
 
add(OptionDialogCallback) - Method in class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
add(int, int, MarkingType, Flag) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
add(Key, AbsoluteRange, MarkingColor, MarkingType) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingList
Paints a new highlight to a Range in the applications view.
add(Key, AbsoluteRange, MarkingColor, MarkingType) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingList
 
addActiveSessionChangedListener(DocumentSessionListener) - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSessionEventHandler
 
addActiveSessionChangedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.sessions.SingleDocumentSessionProvider
 
addActiveSessionChangedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.HostAppDocumentSessionProvider
 
addActiveSessionChangedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.HostAppDocumentSessionProvider
 
addAdditionalInfo(String, String) - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
addAdditionalInfo(String, String) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
addAdditionalInfo(String, String) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
addAdvancedProperty(String, String) - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Adds a possibility to add new CSD profile properties without adapting the SegmentationDefinitionBuilder.
addAdvancedProperty(String, String) - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
addBeforeSessionClosedListener(DocumentSessionListener) - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSessionEventHandler
 
addBeforeSessionClosedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.sessions.SingleDocumentSessionProvider
Nothing happens.
addBeforeSessionClosedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.HostAppDocumentSessionProvider
 
addBeforeSessionClosedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.HostAppDocumentSessionProvider
 
addBreakLevelMode(String, SegmentationDefinition.BreakLevel) - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Adds a break level for the given tag name.
addBreakLevelMode(String, SegmentationDefinition.BreakLevel) - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
addCancelListener(Listener) - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.CancelableProgressMonitor
 
addCancelListener(Listener) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
addCellEditorListener(CellEditorListener) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
addCheckResult(CheckResult) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
addClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.ButtonComposite
 
addClickHandler(ClickHandler) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ButtonHandler
All click handlers are executed if the user clicks on the button or if setDefault was called and the Enter key was clicked or if setEscape was called and the Escape key was clicked.
addClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
addClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerSwingButtonAdapter
 
addClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerWindowCloseAdapter
 
addClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSWTButtonAdapter
 
addClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSwtLabelAdapter
 
addClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
addColumnClickHandler(String, ClickHandler) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MultiColumnListHandler
 
addColumnClickHandler(String, ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
addCommand(Command) - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.ContextMenuPresenter.ContextMenuView
 
addCommand(Command) - Method in interface com.acrolinx.javasdk.gui.dialogs.menu.MenuPresenter.MenuView
This method will be called once for each command at present method in GuiController.
addCommand(Command) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
addContextInformation(ContextInformation) - Method in interface com.acrolinx.javasdk.api.extraction.StringDocumentBuilder
 
addContextInformation(ContextInformation) - Method in class com.acrolinx.javasdk.core.extraction.StringDocumentBuilderImpl
 
addEntry(String, String) - Method in class com.acrolinx.javasdk.core.server.MetaInfoImpl
 
addIdentifier(DocumentTypeIdentifier) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeIdentifierRegistry
 
addInclusionMode(String, SegmentationDefinition.InclusionMode) - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Adds an inclusion mode for the given tag name.
addInclusionMode(String, SegmentationDefinition.InclusionMode) - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
addItem(boolean, boolean, ToolBar) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
addItem(boolean, boolean, Menu) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
AdditionalData - Interface in com.acrolinx.javasdk.api.extraction
The AdditionalData is used to display additional information in checking report.
AdditionalDataImpl - Class in com.acrolinx.javasdk.core.extraction
 
AdditionalDataImpl(AdditionalData) - Constructor for class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
AdditionalDataImpl() - Constructor for class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
additionalDatas() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
AdditionalData is used to display additional information in checking report.
additionalDatas() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
additionalDatas() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
AdditionalDatasFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating AdditionalDatas.
AdditionalDatasFactoryImpl - Class in com.acrolinx.javasdk.core.extraction
 
AdditionalDatasFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.extraction.AdditionalDatasFactoryImpl
 
addKeyword() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeyWordsView
 
addKeyword() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
addKeyword() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
addMouseListener(MouseListener) - Method in class com.acrolinx.javasdk.gui.swt.extensions.LinkLabel
 
addOptionDialogCallback(OptionDialogCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
addProperties(Properties) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
addProperties(Properties) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
addProperties(Properties) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
addSelectionChangedHandler(ClickHandler) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.GenericListHandler
 
addSelectionChangedHandler(ClickHandler) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ListHandler
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MultiSelectionListHandlerSwingListAdapter
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJComboBoxAdapter
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJListAdapter
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiSelectionListHandlerSwtTableAdapter
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtComboAdapter
 
addSelectionChangedHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtListAdapter
 
addSeparator() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.ContextMenuPresenter.ContextMenuView
 
addSeparator() - Method in interface com.acrolinx.javasdk.gui.dialogs.menu.MenuPresenter.MenuView
 
addSeparator() - Method in class com.acrolinx.javasdk.gui.swing.adapter.MainMenuToolbarViewSwingAdapter
 
addSeparator() - Method in class com.acrolinx.javasdk.gui.swing.adapter.MainMenuViewSwingAdapter
 
addSeparator() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
addSeparator() - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
addSeparator() - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
addSessionClosedListener(FileNameListener) - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSessionEventHandler
 
addSessionClosedListener(FileNameListener) - Method in class com.acrolinx.javasdk.gui.sessions.SingleDocumentSessionProvider
Nothing happens.
addSessionClosedListener(FileNameListener) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.HostAppDocumentSessionProvider
 
addSessionClosedListener(FileNameListener) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.HostAppDocumentSessionProvider
 
addSessionCreatedListener(DocumentSessionListener) - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSessionEventHandler
 
addSessionCreatedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.sessions.SingleDocumentSessionProvider
 
addSessionCreatedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.HostAppDocumentSessionProvider
 
addSessionCreatedListener(DocumentSessionListener) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.HostAppDocumentSessionProvider
 
addSubWidget(ToolItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
addSubWidget(MenuItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
addTab(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentController
 
addTab(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentController
 
addViewExtension(ExtensionViewFactory<ExtensionView>, String) - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.OptionContentView
 
addViewExtension(ExtensionViewFactory<ExtensionView>, String) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
addViewExtension(ExtensionViewFactory<ExtensionView>, String) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
addViewExtension(ExtensionViewFactory<ExtensionView>, String) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
AditionalDataBuilder - Interface in com.acrolinx.javasdk.api.extraction
The AditionalDataBuilder is used to build AdditionalData to specify additional data for the check result.
AditionalDataBuilderImpl - Class in com.acrolinx.javasdk.core.extraction
 
AditionalDataBuilderImpl(AdditionalData) - Constructor for class com.acrolinx.javasdk.core.extraction.AditionalDataBuilderImpl
 
AditionalDataBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.extraction.AditionalDataBuilderImpl
 
ADMITTED - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
AdmittedTermFlagPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
* The AdmittedTermFlagPoJo is used while report parsing.
AdvancedCheckSettingsBuilder - Interface in com.acrolinx.javasdk.api.checksettings
Not Implemented Yet - The interface AdvancedCheckSettingsBuilder gives you access to more advanced check settings.
AdvancedCheckSettingsBuilderImpl - Class in com.acrolinx.javasdk.core.checkSettings
 
AdvancedComposite - Class in com.acrolinx.javasdk.gui.swt.extensions
The class AdvancedComposite is a Composite containing the advanced checking option controls.
AdvancedComposite(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.extensions.AdvancedComposite
Creates the composite.
AdvancedOptionsExtension - Class in com.acrolinx.javasdk.gui.extensions.advanced
 
AdvancedOptionsExtension(ExtensionViewFactory<AdvancedOptionsExtensionView>, ThreadSyncWrapperAndLocalizationSetter, ExtensionSettingsFactory) - Constructor for class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtension
 
AdvancedOptionsExtensionPresenter - Class in com.acrolinx.javasdk.gui.extensions.advanced
 
AdvancedOptionsExtensionPresenter() - Constructor for class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionPresenter
 
AdvancedOptionsExtensionSettings - Class in com.acrolinx.javasdk.gui.extensions.advanced
 
AdvancedOptionsExtensionView - Interface in com.acrolinx.javasdk.gui.extensions.advanced
 
AdvancedOptionsPanel - Class in com.acrolinx.javasdk.gui.swing.dialogs.option
The class AdvancedOptionsPanel is a JPanel containing all advanced check settings.
AdvancedOptionsPanel() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.option.AdvancedOptionsPanel
 
afterComparativeCheck() - Method in interface com.acrolinx.javasdk.gui.checking.SessionHistory
 
afterComparativeCheck() - Method in class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
aggregateCheckReports(Collection<CheckResult>) - Method in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
Aggregate check reports of different checks to one aggregated check report.
aggregateCheckReports(String, Collection<Integer>) - Method in interface com.acrolinx.javasdk.api.server.CheckingServiceCommon
 
aggregateCheckReports(Collection<CheckResult>) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
aggregateCheckReports(String, Collection<Integer>) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
aggregateCheckReports(String, Collection<Integer>) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
aggregateCheckReports(String, Collection<Integer>) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
aggregateCheckReports(String, Collection<Integer>) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
AggregateCheckReports - Class in com.acrolinx.services.v4.checking
Java class for aggregateCheckReports complex type.
AggregateCheckReports() - Constructor for class com.acrolinx.services.v4.checking.AggregateCheckReports
 
aggregateCheckReports(String, List<String>) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
AggregateCheckReports - Class in com.acrolinx.services.v5.checking
Java class for aggregateCheckReports complex type.
AggregateCheckReports() - Constructor for class com.acrolinx.services.v5.checking.AggregateCheckReports
 
aggregateCheckReports(String, List<String>) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
AggregateCheckReportsResponse - Class in com.acrolinx.services.v4.checking
Java class for aggregateCheckReportsResponse complex type.
AggregateCheckReportsResponse() - Constructor for class com.acrolinx.services.v4.checking.AggregateCheckReportsResponse
 
AggregateCheckReportsResponse - Class in com.acrolinx.services.v5.checking
Java class for aggregateCheckReportsResponse complex type.
AggregateCheckReportsResponse() - Constructor for class com.acrolinx.services.v5.checking.AggregateCheckReportsResponse
 
Aggregation - Interface in com.acrolinx.javasdk.api.server.adapter
Aggregation is an aggregation task for different checks.
AggregationImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
AggregationImpl(ThinWsServerFacade, String, String) - Constructor for class com.acrolinx.javasdk.core.server.adapter.AggregationImpl
 
AggregationResult - Interface in com.acrolinx.javasdk.api.server.adapter
 
AggregationResultImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
AggregationResultImpl(String, URI) - Constructor for class com.acrolinx.javasdk.core.server.adapter.AggregationResultImpl
 
AggregationState - Enum in com.acrolinx.javasdk.api.server.adapter
AggregationState represents the current state of an aggregation task.
annotatedInputXmlUrl - Variable in class com.acrolinx.services.v4.checking.CheckDocumentResult
 
annotatedInputXmlUrl - Variable in class com.acrolinx.services.v5.checking.CheckDocumentResult
 
anonymousUser() - Static method in class com.acrolinx.javasdk.api.server.Users
 
ApplicationStore - Interface in com.acrolinx.javasdk.api.storage
The ApplicationStore is used to store at least the authentication token and the time of last BroadcastMessage retrieval.
ApplicationStoreProperties - Class in com.acrolinx.javasdk.api.storage
applicationStores() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
ApplicationStores are used to store information like authentication tokens.
ApplicationStores - Class in com.acrolinx.javasdk.api.factory
A factory for creating ApplicationStores.
ApplicationStores() - Constructor for class com.acrolinx.javasdk.api.factory.ApplicationStores
 
applicationStores() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
applicationStores() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ApplicationStoresFactoryImpl - Class in com.acrolinx.javasdk.core.storage
 
ApplicationStoresFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.storage.ApplicationStoresFactoryImpl
 
applicationXml() - Static method in class com.acrolinx.javasdk.api.extraction.FileFormats
 
apply(Integer) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.IntegerOffsetToInteger
 
apply(F) - Method in interface com.acrolinx.javasdk.gui.util.Function
 
applyMarkingsForChunk(Chunk, Markings, MarkingNavigator) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
applyMarkingsForChunk(Chunk, Markings, MarkingNavigator) - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.InlineCheckCallbackCorrectionProxy
 
Area - Class in com.acrolinx.javasdk.api.client
An Area is a rectangle.
Area() - Constructor for class com.acrolinx.javasdk.api.client.Area
 
Area(double, double) - Constructor for class com.acrolinx.javasdk.api.client.Area
 
Area(double, double, double, double) - Constructor for class com.acrolinx.javasdk.api.client.Area
 
areKeywordsValid() - Method in class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter
 
asDelimeters() - Static method in enum com.acrolinx.javasdk.api.extraction.ControlCharacter
 
asHumanReadableStringForDebug(String) - Static method in enum com.acrolinx.javasdk.api.extraction.ControlCharacter
 
asMap() - Method in interface com.acrolinx.javasdk.api.report.ReportSummary
 
asMap() - Method in interface com.acrolinx.javasdk.api.server.ClientProperties
 
asMap() - Method in class com.acrolinx.javasdk.core.server.ClientPropertiesImpl
 
asMap() - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
asMap() - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
asMap() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatus
As a type-safe map of CheckingStatusKeys and CheckingStatusValues.
asMap() - Method in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusImpl
 
asMap() - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
asStringMap() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatus
 
asStringMap() - Method in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusImpl
 
attribute(int, String) - Method in interface com.acrolinx.javasdk.core.extraction.tex.TexCallback
 
attribute(int, String) - Method in class com.acrolinx.javasdk.core.extraction.tex.TexTextExtractor
 
AttributeInfo - Class in com.acrolinx.services.v4.checking
Java class for AttributeInfo complex type.
AttributeInfo() - Constructor for class com.acrolinx.services.v4.checking.AttributeInfo
 
attributeInfo - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.AttributeInfos
 
attributeInfo - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest.AttributeInfos
 
AttributeInfo - Class in com.acrolinx.services.v5.checking
Java class for AttributeInfo complex type.
AttributeInfo() - Constructor for class com.acrolinx.services.v5.checking.AttributeInfo
 
attributeInfo - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.AttributeInfos
 
attributeInfo - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest.AttributeInfos
 
attributeInfos - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
attributeInfos - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
attributeInfos - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
attributeInfos - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
attributeName - Variable in class com.acrolinx.services.v4.checking.AttributeInfo
 
attributeName - Variable in class com.acrolinx.services.v5.checking.AttributeInfo
 
attributeValue - Variable in class com.acrolinx.services.v4.checking.AttributeInfo
 
attributeValue - Variable in class com.acrolinx.services.v5.checking.AttributeInfo
 
Author - Class in com.acrolinx.javasdk.api.extraction
The Author is used to specify the author of the Document.
Author(String) - Constructor for class com.acrolinx.javasdk.api.extraction.Author
 
author - Variable in class com.acrolinx.services.v4.checking.RequestDescription
 
author - Variable in class com.acrolinx.services.v5.checking.RequestDescription
 
AuthorizationFailedException - Exception in com.acrolinx.javasdk.api.exceptions
AuthorizationFailedException.
AuthorizationFailedException(String, Throwable, boolean, AuthorizationFailedException.AuthorizationFailedType) - Constructor for exception com.acrolinx.javasdk.api.exceptions.AuthorizationFailedException
 
AuthorizationFailedException(String, boolean, AuthorizationFailedException.AuthorizationFailedType) - Constructor for exception com.acrolinx.javasdk.api.exceptions.AuthorizationFailedException
 
AuthorizationFailedException.AuthorizationFailedType - Enum in com.acrolinx.javasdk.api.exceptions
The AuthorizationFailedException.AuthorizationFailedType describes the reason for the Exception.
AuthorizationFaultExceptionHandlingAdapterProxyFactory - Class in com.acrolinx.javasdk.core.server.adapter
A factory for wrapping objects to retry if a AuthorizationFailedException have been thrown.
AuthorizationFaultExceptionHandlingAdapterProxyFactory(AuthorizationManager) - Constructor for class com.acrolinx.javasdk.core.server.adapter.AuthorizationFaultExceptionHandlingAdapterProxyFactory
 
AuthorizationManager - Class in com.acrolinx.javasdk.core.server.adapter
The AuthorizationManager is used for wrapping and managing the authentication token handling of the state less ThinWsServerFacade.
AuthorizationManager(ThinWsServerFacade, ApplicationStore, User, SingleSignOnConfiguration, ServerEndpointConfiguration) - Constructor for class com.acrolinx.javasdk.core.server.adapter.AuthorizationManager
 
Authors - Class in com.acrolinx.javasdk.api.extraction
A factory for creating Authors.
authToken - Variable in class com.acrolinx.services.v3.core.GetSignatureChallenge
 
authToken - Variable in class com.acrolinx.services.v3.core.RequestSession
 
authToken - Variable in class com.acrolinx.services.v4.user.GetAllAvailablePrivileges
 
authToken - Variable in class com.acrolinx.services.v4.user.GetGrantedPrivileges
 
authToken - Variable in class com.acrolinx.services.v4.user.GetUserProperties
 
authToken - Variable in class com.acrolinx.services.v4.user.GetUserProperty
 
authToken - Variable in class com.acrolinx.services.v4.user.HasNamedPrivilege
 
authToken - Variable in class com.acrolinx.services.v4.user.StoreUserProperties
 
AvailableLanguagesResult - Class in com.acrolinx.services.v4.checking
Java class for AvailableLanguagesResult complex type.
AvailableLanguagesResult() - Constructor for class com.acrolinx.services.v4.checking.AvailableLanguagesResult
 
AvailableLanguagesResult - Class in com.acrolinx.services.v5.checking
Java class for AvailableLanguagesResult complex type.
AvailableLanguagesResult() - Constructor for class com.acrolinx.services.v5.checking.AvailableLanguagesResult
 
AvailableLanguagesResult.LanguageIds - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
AvailableLanguagesResult.LanguageIds() - Constructor for class com.acrolinx.services.v4.checking.AvailableLanguagesResult.LanguageIds
 
AvailableLanguagesResult.LanguageIds - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
AvailableLanguagesResult.LanguageIds() - Constructor for class com.acrolinx.services.v5.checking.AvailableLanguagesResult.LanguageIds
 
AvailableLanguagesResult.LocalizedLanguageNames - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
AvailableLanguagesResult.LocalizedLanguageNames() - Constructor for class com.acrolinx.services.v4.checking.AvailableLanguagesResult.LocalizedLanguageNames
 
AvailableLanguagesResult.LocalizedLanguageNames - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
AvailableLanguagesResult.LocalizedLanguageNames() - Constructor for class com.acrolinx.services.v5.checking.AvailableLanguagesResult.LocalizedLanguageNames
 
AwtDesktopWebpagePresenter - Class in com.acrolinx.javasdk.gui
The AwtDesktopWebpagePresenter is the main presenter for web pages.
AwtDesktopWebpagePresenter() - Constructor for class com.acrolinx.javasdk.gui.AwtDesktopWebpagePresenter
 

B

batchFlagId - Variable in class com.acrolinx.services.v3.feedback.FlagFeedback
 
batchFlagId - Variable in class com.acrolinx.services.v4.feedback.FlagFeedback
 
beforeComparativeCheck() - Method in interface com.acrolinx.javasdk.gui.checking.SessionHistory
 
beforeComparativeCheck() - Method in class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
beginOffset - Variable in class com.acrolinx.services.v4.checking.AttributeInfo
 
beginOffset - Variable in class com.acrolinx.services.v4.checking.ContextInfo
 
beginOffset - Variable in class com.acrolinx.services.v5.checking.AttributeInfo
 
beginOffset - Variable in class com.acrolinx.services.v5.checking.ContextInfo
 
beginOffset - Variable in class com.acrolinx.services.v5.checking.Offsets
 
beingReadOnly() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode.Chain
 
BLACK - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant BLACK.
Block<PositionInDocument> - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The Block is used to specify a chunk of text called: Block.
BlockBuilder<PositionInDocument> - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The BlockBuilder is used to build a Block.
BlockBuilderImpl<PositionInDocument> - Class in com.acrolinx.javasdk.core.extraction.block
 
BlockBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
BlockBuilderImpl(Block<PositionInDocument>) - Constructor for class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
BlockContext - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The BlockContext defines the context of a Block.
BlockContextImpl - Class in com.acrolinx.javasdk.core.extraction.block
 
BlockContextImpl(String, int) - Constructor for class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
BlockContextImpl(String, int, Map<String, String>) - Constructor for class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
BlockDocument<PositionInDocument> - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The BlockDocument is an easy way to implement client side segmentation and back mapping chunks of text back to positions in original documents.
BlockDocumentBuilder<KeyType> - Interface in com.acrolinx.javasdk.api.extraction.documents.block
BlockDocumentBuilderImpl<KeyType> - Class in com.acrolinx.javasdk.core.extraction.block
The class BlockDocumentBuilderImpl is used to build a BlockDocumentImpl.
BlockDocumentBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.extraction.block.BlockDocumentBuilderImpl
 
BlockDocumentImpl<PositionInDocument> - Class in com.acrolinx.javasdk.core.extraction.block
A BlockDocumentImpl provides easy functions for mapping text positions to original text.
BlockDocumentImpl(List<Block<PositionInDocument>>, FileName, Author, FileFormat, boolean, BlockTextExtractor) - Constructor for class com.acrolinx.javasdk.core.extraction.block.BlockDocumentImpl
 
BlockOffsetCalculatorFactory<T> - Class in com.acrolinx.javasdk.gui.sessions
A factory for creating OffsetCalculators for index-based BlockDocuments.
BlockOffsetCalculatorFactory(OffsetCalculators, Function<T, Integer>) - Constructor for class com.acrolinx.javasdk.gui.sessions.BlockOffsetCalculatorFactory
 
BlockTextExtractor - Class in com.acrolinx.javasdk.core.extraction.block
The BlockTextExtractor is used by BlockDocumentImpl to extract the text of the Blocks.
BlockType - Enum in com.acrolinx.javasdk.api.extraction.documents.block
The BlockType defines if the extracted Block is normal text or some kind of special.
BLUE - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant BLUE.
body - Variable in class com.acrolinx.services.v3.core.Message
 
BOTTOM_LEFT - Static variable in class com.swtdesigner.SWTResourceManager
Style constant for placing decorator image in bottom left corner of base image.
BOTTOM_RIGHT - Static variable in class com.swtdesigner.SWTResourceManager
Style constant for placing decorator image in bottom right corner of base image.
BreakLevel - Enum in com.acrolinx.javasdk.api.extraction.documents.block
The BreakLevel defines how the text will segmented and helps the Acrolinx Server to tokenize correctly.
BroadcastMessage - Interface in com.acrolinx.javasdk.api.server
The BroadcastMessages a a list of defines messages received from Acrolinx Server defined by Acrolinx server administrator.
broadcastMessage - Variable in class com.acrolinx.services.v3.core.BroadcastMessagesResult.BroadcastMessages
 
BroadcastMessage.Importance - Enum in com.acrolinx.javasdk.api.server
The BroadcastMessage.Importance is used to decide which icon should be shown.
BroadcastMessageAction - Class in com.acrolinx.javasdk.gui.actions
The BroadcastMessageAction is used to present BroadcastMessages in a view.
BroadcastMessageAction(ServerConnectionProvider, ClientSettings, DialogsPresenter) - Constructor for class com.acrolinx.javasdk.gui.actions.BroadcastMessageAction
 
BroadcastMessageImpl - Class in com.acrolinx.javasdk.core.server
 
BroadcastMessageImpl(BroadcastMessage.Importance, String, String) - Constructor for class com.acrolinx.javasdk.core.server.BroadcastMessageImpl
 
BroadcastMessageRenderer - Class in com.acrolinx.javasdk.gui
The class BroadcastMessageRenderer renders the broadcast messages for the message dialog.
BroadcastMessageRenderer() - Constructor for class com.acrolinx.javasdk.gui.BroadcastMessageRenderer
 
BroadcastMessageResult - Interface in com.acrolinx.javasdk.core.server.adapter
The BroadcastMessageResult having a list of BroadcastMessage defined by Acrolinx server administrator and the time of last request.
BroadcastMessageResultImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
BroadcastMessageResultImpl(long, List<BroadcastMessage>) - Constructor for class com.acrolinx.javasdk.core.server.adapter.BroadcastMessageResultImpl
 
broadcastMessages - Variable in class com.acrolinx.services.v3.core.BroadcastMessagesResult
 
BroadcastMessagesResult - Class in com.acrolinx.services.v3.core
Java class for BroadcastMessagesResult complex type.
BroadcastMessagesResult() - Constructor for class com.acrolinx.services.v3.core.BroadcastMessagesResult
 
BroadcastMessagesResult.BroadcastMessages - Class in com.acrolinx.services.v3.core
Java class for anonymous complex type.
BroadcastMessagesResult.BroadcastMessages() - Constructor for class com.acrolinx.services.v3.core.BroadcastMessagesResult.BroadcastMessages
 
build() - Method in interface com.acrolinx.javasdk.api.checksettings.AdvancedCheckSettingsBuilder
Build the check settings configured with the above methods.
build() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Build the check settings configured with the above methods.
build() - Method in interface com.acrolinx.javasdk.api.checksettings.DocumentCheckSettingsBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.extraction.AditionalDataBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformationBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.extraction.DocumentBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
Builds the Block.
build() - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Builds the segmentation definition with the previous
build() - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
Builds the ClientInformation.
build() - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.factory.ContextInformationsBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntryBuilder
Builds the.
build() - Method in interface com.acrolinx.javasdk.api.factory.MetaInfoBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsBuilder
Builds the.
build() - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfigurationBuilder
 
build() - Method in interface com.acrolinx.javasdk.api.terminology.TerminologyQueryBuilder
 
build() - Method in class com.acrolinx.javasdk.core.checkSettings.AdvancedCheckSettingsBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
build() - Method in class com.acrolinx.javasdk.core.extraction.AditionalDataBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.extraction.StreamDocumentBuilder
 
build() - Method in class com.acrolinx.javasdk.core.extraction.StringDocumentBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.factory.ContextInformationsBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.server.MetaInfoBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationBuilderImpl
 
build() - Method in class com.acrolinx.javasdk.core.terminology.TerminologyQueryBuilderImpl
 
build(Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
build() - Method in class com.acrolinx.javasdk.gui.extensions.ClientExtensionProviderBuilder
 
build() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
Builds the GuiController.
build() - Method in class com.acrolinx.javasdk.gui.sessions.TagBuilder
 
build() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
build() - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsBuilder
 
build() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
buildDate - Variable in class com.acrolinx.services.v3.core.ServerVersionResult
 
buildNumber - Variable in class com.acrolinx.services.v3.core.ClientInfo
 
buildNumber - Variable in class com.acrolinx.services.v3.core.ServerVersionResult
 
ButtonComposite - Class in com.acrolinx.javasdk.gui.dialogs.handler
The class ButtonComposite is a composite of a list of ButtonHandler.
ButtonComposite(ButtonHandler...) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.ButtonComposite
 
ButtonHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ButtonHandler is used to access GUI buttons.
ButtonHandlerSwingButtonAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class ButtonHandlerSwingButtonAdapter is an adapter between ButtonHandler and JButton.
ButtonHandlerSwingButtonAdapter(JButton) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerSwingButtonAdapter
 
ButtonHandlerSWTButtonAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class ButtonHandlerSWTButtonAdapter adopts SWT Button to ButtonHandler.
ButtonHandlerSWTButtonAdapter(Button) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSWTButtonAdapter
 
ButtonHandlerSwtLabelAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
 
ButtonHandlerSwtLabelAdapter(Label) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSwtLabelAdapter
 
ButtonHandlerWindowCloseAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class ButtonHandlerWindowCloseAdapter is an adapter between ButtonHandler and JDialog.
ButtonHandlerWindowCloseAdapter(JDialog) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerWindowCloseAdapter
 

C

CachedPrivileges - Class in com.acrolinx.javasdk.core.server.adapter
The CachedPrivileges is a cache for privileges.
CachedPrivileges(Privileges) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CachedPrivileges
 
CacheResult - Annotation Type in com.acrolinx.javasdk.gui.threading.proxy
Indicates if the annotated method result should be cached.
calculateOffsets(Marking) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculator
Calculates the AbsoluteRange containing the absolute offsets in the original document.
calculateOffsets(Marking) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculatorImpl
 
called(Runnable) - Method in class com.acrolinx.javasdk.gui.dialogs.callbacks.FutureCallback
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.AboutCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ContributeTermCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.HelpCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreInWholeDocumentCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreMarkingCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.SetMenuPositonCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowOptionsCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
canBeChecked() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
canBeChecked() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
CancableView - Interface in com.acrolinx.javasdk.gui.dialogs.views
The interface CancableView is used if a view has a cancel button.
cancel() - Method in interface com.acrolinx.javasdk.api.server.adapter.Check
Cancels the currently running check, or nothing if there is no check in progress.
cancel() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
cancel() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
CancelableProgressMonitor - Interface in com.acrolinx.javasdk.gui.dialogs.progress
The interface CancableProgressMonitor is a ProgressMonitor which could be canceled and have a message.
cancelCellEditing() - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
cancelCheck(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
cancelCheck(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
cancelCheck(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
cancelCheck(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
cancelCheck(String, int) - Method in interface com.acrolinx.javasdk.core.server.CheckingService
 
CancelCheck - Class in com.acrolinx.services.v4.checking
Java class for cancelCheck complex type.
CancelCheck() - Constructor for class com.acrolinx.services.v4.checking.CancelCheck
 
cancelCheck(String, String) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
CancelCheck - Class in com.acrolinx.services.v5.checking
Java class for cancelCheck complex type.
CancelCheck() - Constructor for class com.acrolinx.services.v5.checking.CancelCheck
 
cancelCheck(String, String) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
CancelCheckResponse - Class in com.acrolinx.services.v4.checking
Java class for cancelCheckResponse complex type.
CancelCheckResponse() - Constructor for class com.acrolinx.services.v4.checking.CancelCheckResponse
 
CancelCheckResponse - Class in com.acrolinx.services.v5.checking
Java class for cancelCheckResponse complex type.
CancelCheckResponse() - Constructor for class com.acrolinx.services.v5.checking.CancelCheckResponse
 
canceledByUser(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
CancelledCheckResult - Class in com.acrolinx.javasdk.core.server
The class CancelledCheckResult is the result of a canceled check.
CancelledCheckResult(Document) - Constructor for class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
CanEnable - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface CanEnable is used to check if a handler could be enabled and disabled.
CannotCreateUserFault - Class in com.acrolinx.services.v3.core
Java class for CannotCreateUserFault complex type.
CannotCreateUserFault() - Constructor for class com.acrolinx.services.v3.core.CannotCreateUserFault
 
CannotCreateUserFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
CannotCreateUserFault_Exception(String, CannotCreateUserFault) - Constructor for exception com.acrolinx.services.v3.core.CannotCreateUserFault_Exception
 
CannotCreateUserFault_Exception(String, CannotCreateUserFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.CannotCreateUserFault_Exception
 
CanSetVisibility - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface CanSetVisibility is used to check if a handler could change the visibility of the regarding widget.
CaptionButtonHandlerSwtLabelAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
 
CaptionButtonHandlerSwtLabelAdapter(LinkLabel) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
CaptionHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface CaptionHandler is used if a handler has a caption for labeling.
CaptionHandlerPreferencePageTitleHandler - Class in com.acrolinx.javasdk.gui.swt.eclipse.adapter
The class CaptionHandlerPreferencePageTitleHandler sets the title of a IWorkbenchPreferencePage.
CaptionHandlerPreferencePageTitleHandler(IWorkbenchPreferencePage) - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.adapter.CaptionHandlerPreferencePageTitleHandler
 
CaptionHandlerSwtTabItemAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class CaptionHandlerSwtTabItemAdapter adapts TabItem to CaptionHandler.
CaptionHandlerSwtTabItemAdapter(TabItem) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.CaptionHandlerSwtTabItemAdapter
 
CaptionHandlerTextHandlerAdapter - Class in com.acrolinx.javasdk.gui.dialogs.handler
The class TextHandlerCaptionHandlerAdapter is used to adapt TextHandler as CaptionHandler.
CaptionHandlerTextHandlerAdapter(TextHandler) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.CaptionHandlerTextHandlerAdapter
 
ChainListComparator<T> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The ChainListComparator compares a list of values in order of the list.
ChainListComparator(List<Comparator<T>>) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.ChainListComparator
 
characters(char[], int, int) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportHandler
 
Check - Interface in com.acrolinx.javasdk.api.server.adapter
The Check represents a submitted check request to an Acrolinx Server.
check(CheckType, CheckSettings, CheckInformation, DocumentCheckSettings) - Method in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
Starts a new Check.
check(CheckSettings, CheckInformation, DocumentCheckSettings) - Method in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
Starts a new normal Check like you know from other plug-ins tool bar.
check(CheckType, CheckSettings, CheckInformation, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
non-blocking
check(CheckSettings, CheckInformation, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
check(ShowOptionsStrategy, ShowResultStrategy, PrepareCheckCallback, CheckCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Check checks the Document provided by PrepareCheckCallback.
check(ShowOptionsStrategy, ShowResultStrategy, PrepareCheckCallback, CheckCallback, DocumentCheckSettingsStore) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Check checks the Document provided by PrepareCheckCallback.
CheckAcceptenceStrategy - Class in com.acrolinx.javasdk.gui.checking
The CheckAcceptenceStrategy uses the CheckAcceptenceStrategy.PatienceConfiguration to decide if the user still has enough patience to wait for another comparative check.
CheckAcceptenceStrategy.PatienceConfiguration - Interface in com.acrolinx.javasdk.gui.checking
The CheckAcceptenceStrategy.PatienceConfiguration defines the maximum time comparative checks are accepted and the time to recharge the maximum time.
CheckAction - Class in com.acrolinx.javasdk.gui.actions
The Class CheckAction is used by GuiCheckController for performing a check.
CheckAction(DialogsPresenter, ServerConnectionProvider, Localizer, ClientSettings, PrepareCheckCallback, ImageResourceLoader, CheckCallback, ShowResultStrategy, MarkingColorProvider, CheckExceptionHandler, GuiCheckControllerActionFactory, ShowOptionsStrategy, SessionHistory, CheckType, DocumentCheckSettings, DocumentCheckSettingsStore) - Constructor for class com.acrolinx.javasdk.gui.actions.CheckAction
 
checkActiveDocument() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.SwingMultiDocumentWindow
 
CheckAdapter - Interface in com.acrolinx.javasdk.api.server.adapter
Use a CheckAdapter receive server capabilities and to check a Document.
CheckAdapterImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
CheckAdapterImpl(Session, ThinWsServerFacade, User, ServerConnection) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
checkArgument(boolean, String) - Static method in class com.acrolinx.javasdk.api.validation.Preconditions
The check argument method checks the expression.
checkAssert(boolean, String) - Static method in class com.acrolinx.javasdk.api.validation.Preconditions
 
CheckBoxController - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The class CheckBoxController is used to control the handling of simple ToggleHandler.
CheckBoxController(ToggleHandler) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.CheckBoxController
 
CheckBoxController(ToggleHandler, ClickHandler) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.CheckBoxController
 
CheckBoxList - Class in com.acrolinx.javasdk.gui.swing.dialogs.controls
The class CheckBoxList is a JList with checkboxes used for term set selection list in option dialog.
CheckBoxList() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.controls.CheckBoxList
 
CheckCallback - Interface in com.acrolinx.javasdk.gui.checking
The interface CheckCallback is used to return the result of a check.
CheckCancelledFault - Class in com.acrolinx.services.v4.checking
Java class for CheckCancelledFault complex type.
CheckCancelledFault() - Constructor for class com.acrolinx.services.v4.checking.CheckCancelledFault
 
CheckCancelledFault - Class in com.acrolinx.services.v5.checking
Java class for CheckCancelledFault complex type.
CheckCancelledFault() - Constructor for class com.acrolinx.services.v5.checking.CheckCancelledFault
 
CheckCancelledFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
CheckCancelledFault_Exception(String, CheckCancelledFault) - Constructor for exception com.acrolinx.services.v4.checking.CheckCancelledFault_Exception
 
CheckCancelledFault_Exception(String, CheckCancelledFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.CheckCancelledFault_Exception
 
CheckCancelledFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
CheckCancelledFault_Exception(String, CheckCancelledFault) - Constructor for exception com.acrolinx.services.v5.checking.CheckCancelledFault_Exception
 
CheckCancelledFault_Exception(String, CheckCancelledFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.CheckCancelledFault_Exception
 
CheckCapabilities - Interface in com.acrolinx.javasdk.gui.checking
The CheckCapabilities are providing the check time capabilities needed by text extraction.
CheckCapabilitiesImpl - Class in com.acrolinx.javasdk.gui.actions
The CheckCapabilitiesImpl is the default implementation of CheckCapabilities.
CheckCapabilitiesImpl(boolean) - Constructor for class com.acrolinx.javasdk.gui.actions.CheckCapabilitiesImpl
 
checkComparativeIfNecessary(ComparativeCheckCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
CheckCredentials - Class in com.acrolinx.javasdk.core.server
 
CheckCredentials(String, String, String, String) - Constructor for class com.acrolinx.javasdk.core.server.CheckCredentials
 
CheckDocumentMtomRequest - Class in com.acrolinx.services.v4.checking
Java class for CheckDocumentMtomRequest complex type.
CheckDocumentMtomRequest() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
CheckDocumentMtomRequest - Class in com.acrolinx.services.v5.checking
Java class for CheckDocumentMtomRequest complex type.
CheckDocumentMtomRequest() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
CheckDocumentMtomRequest.AttributeInfos - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.AttributeInfos() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.AttributeInfos
 
CheckDocumentMtomRequest.AttributeInfos - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.AttributeInfos() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.AttributeInfos
 
CheckDocumentMtomRequest.ContextInfos - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.ContextInfos() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.ContextInfos
 
CheckDocumentMtomRequest.ContextInfos - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.ContextInfos() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.ContextInfos
 
CheckDocumentMtomRequest.RequestedCheckResultTypes - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.RequestedCheckResultTypes() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.RequestedCheckResultTypes
 
CheckDocumentMtomRequest.RequestedCheckResultTypes - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.RequestedCheckResultTypes() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.RequestedCheckResultTypes
 
CheckDocumentMtomRequest.SoftExclusionBeginOffsets - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.SoftExclusionBeginOffsets() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.SoftExclusionBeginOffsets
 
CheckDocumentMtomRequest.SoftExclusionEndOffsets - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentMtomRequest.SoftExclusionEndOffsets() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.SoftExclusionEndOffsets
 
CheckDocumentRequest - Class in com.acrolinx.services.v4.checking
Java class for CheckDocumentRequest complex type.
CheckDocumentRequest() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
CheckDocumentRequest - Class in com.acrolinx.services.v5.checking
Java class for CheckDocumentRequest complex type.
CheckDocumentRequest() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
CheckDocumentRequest.AttributeInfos - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentRequest.AttributeInfos() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentRequest.AttributeInfos
 
CheckDocumentRequest.AttributeInfos - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckDocumentRequest.AttributeInfos() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentRequest.AttributeInfos
 
CheckDocumentRequest.ContextInfos - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentRequest.ContextInfos() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentRequest.ContextInfos
 
CheckDocumentRequest.ContextInfos - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckDocumentRequest.ContextInfos() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentRequest.ContextInfos
 
CheckDocumentRequest.RequestedCheckResultTypes - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentRequest.RequestedCheckResultTypes() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentRequest.RequestedCheckResultTypes
 
CheckDocumentRequest.RequestedCheckResultTypes - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckDocumentRequest.RequestedCheckResultTypes() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentRequest.RequestedCheckResultTypes
 
CheckDocumentRequest.SoftExclusionBeginOffsets - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentRequest.SoftExclusionBeginOffsets() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentRequest.SoftExclusionBeginOffsets
 
CheckDocumentRequest.SoftExclusionEndOffsets - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckDocumentRequest.SoftExclusionEndOffsets() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentRequest.SoftExclusionEndOffsets
 
CheckDocumentResult - Class in com.acrolinx.services.v4.checking
Java class for CheckDocumentResult complex type.
CheckDocumentResult() - Constructor for class com.acrolinx.services.v4.checking.CheckDocumentResult
 
CheckDocumentResult - Class in com.acrolinx.services.v5.checking
Java class for CheckDocumentResult complex type.
CheckDocumentResult() - Constructor for class com.acrolinx.services.v5.checking.CheckDocumentResult
 
CheckExceptionHandler - Class in com.acrolinx.javasdk.gui.actions
CheckExceptionHandler(DialogsPresenter, Localizer) - Constructor for class com.acrolinx.javasdk.gui.actions.CheckExceptionHandler
 
CheckExceptionHandler.FailureHandling - Enum in com.acrolinx.javasdk.gui.actions
The enum CheckExceptionHandler.FailureHandling is used to define how an exception while checking should be handled.
CheckFailedException - Exception in com.acrolinx.javasdk.api.exceptions
If the check has failed, the CheckFailedException is thrown.
CheckFailedException(Throwable) - Constructor for exception com.acrolinx.javasdk.api.exceptions.CheckFailedException
 
CheckFailedException(String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.CheckFailedException
 
CheckFailedFault - Class in com.acrolinx.services.v4.checking
Java class for CheckFailedFault complex type.
CheckFailedFault() - Constructor for class com.acrolinx.services.v4.checking.CheckFailedFault
 
CheckFailedFault - Class in com.acrolinx.services.v5.checking
Java class for CheckFailedFault complex type.
CheckFailedFault() - Constructor for class com.acrolinx.services.v5.checking.CheckFailedFault
 
CheckFailedFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
CheckFailedFault_Exception(String, CheckFailedFault) - Constructor for exception com.acrolinx.services.v4.checking.CheckFailedFault_Exception
 
CheckFailedFault_Exception(String, CheckFailedFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.CheckFailedFault_Exception
 
CheckFailedFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
CheckFailedFault_Exception(String, CheckFailedFault) - Constructor for exception com.acrolinx.services.v5.checking.CheckFailedFault_Exception
 
CheckFailedFault_Exception(String, CheckFailedFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.CheckFailedFault_Exception
 
CheckHandler - Class in com.acrolinx.javasdk.gui.swt.eclipse.handlers
Our sample handler extends AbstractHandler, an IHandler base class.
CheckHandler() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.handlers.CheckHandler
The constructor.
CheckHistoryEntry - Class in com.acrolinx.javasdk.gui.checking
The CheckHistoryEntry is a combination of settings used to repeat a check.
CheckHistoryEntry(ClientSettings, DocumentCheckSettings) - Constructor for class com.acrolinx.javasdk.gui.checking.CheckHistoryEntry
 
checkId - Variable in class com.acrolinx.services.v4.checking.CancelCheck
 
checkId - Variable in class com.acrolinx.services.v4.checking.GetCheckDocumentResult
 
checkId - Variable in class com.acrolinx.services.v4.checking.GetCheckResultContents
 
checkId - Variable in class com.acrolinx.services.v4.checking.GetCheckStatus
 
checkId - Variable in class com.acrolinx.services.v4.checking.ReleaseCheckResult
 
checkId - Variable in class com.acrolinx.services.v5.checking.CancelCheck
 
checkId - Variable in class com.acrolinx.services.v5.checking.GetCheckDocumentResult
 
checkId - Variable in class com.acrolinx.services.v5.checking.GetCheckResultContents
 
checkId - Variable in class com.acrolinx.services.v5.checking.GetCheckStatus
 
checkId - Variable in class com.acrolinx.services.v5.checking.ReleaseCheckResult
 
checkIds - Variable in class com.acrolinx.services.v4.checking.AggregateCheckReports
 
checkIds - Variable in class com.acrolinx.services.v5.checking.AggregateCheckReports
 
CheckImpl - Class in com.acrolinx.javasdk.core.server.adapter
Provides blocking methods for asynchronous running server check.
CheckImpl(int, String, CheckInformation, CheckSettings, ThinWsServerFacade) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
CheckInformation - Interface in com.acrolinx.javasdk.api.extraction
The CheckInformation is used to specify all settings depending the current Check of a Document.
CheckInformationBuilder<DocumentType extends Document> - Interface in com.acrolinx.javasdk.api.extraction
CheckInformationBuilderImpl<DocumentType extends Document> - Class in com.acrolinx.javasdk.core.extraction
 
CheckInformationBuilderImpl(TypedCheckInformation<DocumentType>) - Constructor for class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
CheckInformationBuilderImpl(DocumentType) - Constructor for class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
checkInformations() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
checkInformations() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
checkInformations() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
CheckInformationsFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating CheckInformations.
CheckInformationsFactoryImpl - Class in com.acrolinx.javasdk.core.extraction
 
CheckInformationsFactoryImpl(AcrolinxFactory) - Constructor for class com.acrolinx.javasdk.core.extraction.CheckInformationsFactoryImpl
 
CheckingInformation - Interface in com.acrolinx.javasdk.api.report
The CheckingInformation provides general information about the performed check.
CheckingKeywordDialogAction - Class in com.acrolinx.javasdk.gui.actions
The CheckingKeywordDialogAction displays the keyword dialog.
CheckingKeywordDialogAction(PrepareCheckCallback, CheckCallback, ShowResultStrategy, ClientSettings, ShowOptionsStrategy, KeyWordsDialogPresenter, GuiCheckControllerActionFactory, AcrolinxFactory, DocumentCheckSettingsStore) - Constructor for class com.acrolinx.javasdk.gui.actions.CheckingKeywordDialogAction
 
CheckingOption - Enum in com.acrolinx.javasdk.core.checkSettings
An enumeration of simple checking options which can be switched on and off.
CheckingOptionDialogCallback - Class in com.acrolinx.javasdk.gui.actions
CheckingOptionDialogCallback(ShowOptionsStrategy, ShowResultStrategy, PrepareCheckCallback, CheckCallback, GuiCheckControllerActionFactory, DocumentCheckSettingsStore) - Constructor for class com.acrolinx.javasdk.gui.actions.CheckingOptionDialogCallback
 
CheckingScope - Interface in com.acrolinx.javasdk.api.report
The CheckingScope returns information about how many words and sentences were checked with the latest check request.
CheckingService - Interface in com.acrolinx.javasdk.core.server
 
CheckingService - Class in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
CheckingService(URL, QName) - Constructor for class com.acrolinx.services.v4.checking.CheckingService
 
CheckingService() - Constructor for class com.acrolinx.services.v4.checking.CheckingService
 
CheckingService - Class in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
CheckingService(URL, QName) - Constructor for class com.acrolinx.services.v5.checking.CheckingService
 
CheckingService() - Constructor for class com.acrolinx.services.v5.checking.CheckingService
 
CheckingServiceCommon - Interface in com.acrolinx.javasdk.api.server
 
CheckingServiceV4Converter - Class in com.acrolinx.javasdk.core.server.adapter.rest
Converts Acrolinx Java SDK objects to rest objects.
CheckingServiceV4Stub - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
CheckingServiceV4Stub(HttpClient, HttpHost, URI, CheckingServiceV4Converter) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
CheckingServiceV5Converter - Class in com.acrolinx.javasdk.core.server.adapter.rest
CheckingServiceV5Converter(boolean) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Converter
 
CheckingServiceV5Stub - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
CheckingServiceV5Stub(HttpClient, HttpHost, URI, CheckingServiceV5Converter) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
CheckingStatus - Interface in com.acrolinx.javasdk.gui.checking.status
The interface CheckingStatus is used for inserting the checking status into checked documents.
CheckingStatusImpl - Class in com.acrolinx.javasdk.gui.checking.status
An implementation of CheckingStatus using CheckingStatusImpl.create(Report) for creating CheckingStatus from a Report.
CheckingStatusKey<T> - Interface in com.acrolinx.javasdk.gui.checking.status
The interface CheckingStatusKey is designed for a type-safe key value map of CheckingStatus.
CheckingStatusKey.Keys - Class in com.acrolinx.javasdk.gui.checking.status
The class CheckingStatusKey.Keys provides CheckingStatusKeys for getting type-safe values on CheckingStatus.
CheckingStatusValue<T> - Interface in com.acrolinx.javasdk.gui.checking.status
The interface CheckingStatusValue is a type-safe value for CheckingStatus.
checkInLine(ShowOptionsStrategy, ShowResultStrategy, PrepareCheckCallback, InlineCheckCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
checkInLine performs an inline check.
checkInLine(ShowOptionsStrategy, ShowResultStrategy, PrepareCheckCallback, InlineCheckCallback, DocumentCheckSettingsStore) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
checkInLine performs an inline check.
CheckInlineCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class CheckInlineCommand checks the text in inline mode using all inline callbacks like PrepareCheckCallback and InlineCheckCallback.
CheckInlineCommand(Localizer, ImageResourceLoader, boolean, GuiCheckController, ShowOptionsStrategy, ShowResultStrategy, InlineCheckSessionProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
checkNotNull(Object, String) - Static method in class com.acrolinx.javasdk.api.validation.Preconditions
The check not null method checks the reference.
CheckOptionsComposite - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
The class CheckOptionsComposite is an SWT Composite containing the check option components.
CheckOptionsComposite(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
Creates the composite.
CheckOptionsPanel - Class in com.acrolinx.javasdk.gui.swing.dialogs.option
The class CheckOptionsPanel is a JPanel containing all check option swing dialogs.
CheckOptionsPanel() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
Creates the panel.
checkPriority - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
checkPriority - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
CheckPriority - Enum in com.acrolinx.services.v4.checking
Java class for CheckPriority.
checkPriority - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
checkPriority - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
CheckPriority - Enum in com.acrolinx.services.v5.checking
Java class for CheckPriority.
CheckReportDependenciesResult - Class in com.acrolinx.services.v4.checking
Java class for CheckReportDependenciesResult complex type.
CheckReportDependenciesResult() - Constructor for class com.acrolinx.services.v4.checking.CheckReportDependenciesResult
 
CheckReportDependenciesResult - Class in com.acrolinx.services.v5.checking
Java class for CheckReportDependenciesResult complex type.
CheckReportDependenciesResult() - Constructor for class com.acrolinx.services.v5.checking.CheckReportDependenciesResult
 
CheckReportDependenciesResult.RelativeDependencyMd5Hashes - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckReportDependenciesResult.RelativeDependencyMd5Hashes() - Constructor for class com.acrolinx.services.v4.checking.CheckReportDependenciesResult.RelativeDependencyMd5Hashes
 
CheckReportDependenciesResult.RelativeDependencyMd5Hashes - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckReportDependenciesResult.RelativeDependencyMd5Hashes() - Constructor for class com.acrolinx.services.v5.checking.CheckReportDependenciesResult.RelativeDependencyMd5Hashes
 
CheckReportDependenciesResult.RelativeDependencyPaths - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckReportDependenciesResult.RelativeDependencyPaths() - Constructor for class com.acrolinx.services.v4.checking.CheckReportDependenciesResult.RelativeDependencyPaths
 
CheckReportDependenciesResult.RelativeDependencyPaths - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckReportDependenciesResult.RelativeDependencyPaths() - Constructor for class com.acrolinx.services.v5.checking.CheckReportDependenciesResult.RelativeDependencyPaths
 
CheckReportFormat - Enum in com.acrolinx.services.v4.checking
Java class for CheckReportFormat.
CheckReportFormat - Enum in com.acrolinx.services.v5.checking
Java class for CheckReportFormat.
checkReportFormats - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
checkReportFormats - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
checkReportFormats - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
checkReportFormats - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
checkReportJsonUrl - Variable in class com.acrolinx.services.v4.checking.CheckDocumentResult
 
checkReportJsonUrl - Variable in class com.acrolinx.services.v5.checking.CheckDocumentResult
 
checkReportXmlUrl - Variable in class com.acrolinx.services.v4.checking.CheckDocumentResult
 
checkReportXmlUrl - Variable in class com.acrolinx.services.v5.checking.CheckDocumentResult
 
CheckResult - Interface in com.acrolinx.javasdk.api.server
CheckResultTransferMethod - Enum in com.acrolinx.javasdk.api.report
The CheckResultTransferMethod defines how the CheckResult is transferred to client.
CheckResultType - Enum in com.acrolinx.services.v4.checking
Java class for CheckResultType.
checkResultType - Variable in class com.acrolinx.services.v4.checking.GetCheckResultContents
 
CheckResultType - Enum in com.acrolinx.services.v5.checking
Java class for CheckResultType.
checkResultType - Variable in class com.acrolinx.services.v5.checking.GetCheckResultContents
 
CheckResultV4Based - Class in com.acrolinx.javasdk.core.server.adapter
 
CheckResultV4Based(Document, Set<TermStatus>, boolean, String, String, Map<FlagType, URI>, HttpClient, int) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
CheckResultV4Based(Document, Set<TermStatus>, boolean, String, String, HttpClient, int) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
CheckResultV5Based - Class in com.acrolinx.javasdk.core.server.adapter
 
CheckResultV5Based(Document, Set<TermStatus>, boolean, String, String, Map<FlagType, URI>, HttpClient, int) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CheckResultV5Based
 
CheckResultV5Based(Document, Set<TermStatus>, boolean, String, String, String, String, Map<FlagType, URI>, HttpClient, int) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CheckResultV5Based
 
CheckResultWithReportContents - Class in com.acrolinx.javasdk.core.server.adapter
 
CheckResultWithReportContents(Document, Set<TermStatus>, boolean, String, String, String, int, String, String) - Constructor for class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
CheckScope - Class in com.acrolinx.javasdk.api.extraction
The CheckScope represents the scope of a Check.
CheckScope(String) - Constructor for class com.acrolinx.javasdk.api.extraction.CheckScope
 
CheckScopes - Class in com.acrolinx.javasdk.api.extraction
A factory for creating CheckScopes.
CheckSettings - Interface in com.acrolinx.javasdk.api.checksettings
Use the CheckSettings to define which checks the server should perform.
checkSettings() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
checkSettings() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
checkSettings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
checkSettings - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
checkSettings - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
CheckSettings - Class in com.acrolinx.services.v4.checking
Java class for CheckSettings complex type.
CheckSettings() - Constructor for class com.acrolinx.services.v4.checking.CheckSettings
 
checkSettings - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
checkSettings - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
CheckSettings - Class in com.acrolinx.services.v5.checking
Java class for CheckSettings complex type.
CheckSettings() - Constructor for class com.acrolinx.services.v5.checking.CheckSettings
 
CheckSettings.RequestedFlagTypes - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckSettings.RequestedFlagTypes() - Constructor for class com.acrolinx.services.v4.checking.CheckSettings.RequestedFlagTypes
 
CheckSettings.RequestedFlagTypes - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckSettings.RequestedFlagTypes() - Constructor for class com.acrolinx.services.v5.checking.CheckSettings.RequestedFlagTypes
 
CheckSettings.TermSetNames - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
CheckSettings.TermSetNames() - Constructor for class com.acrolinx.services.v4.checking.CheckSettings.TermSetNames
 
CheckSettings.TermSetNames - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
CheckSettings.TermSetNames() - Constructor for class com.acrolinx.services.v5.checking.CheckSettings.TermSetNames
 
CheckSettingsBuilder - Interface in com.acrolinx.javasdk.api.checksettings
Use the CheckSettingsBuilder to create your check settings.
CheckSettingsBuilderFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating CheckSettingsBuilders.
CheckSettingsBuilderFactoryImpl - Class in com.acrolinx.javasdk.core.checkSettings
 
CheckSettingsBuilderFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderFactoryImpl
 
CheckSettingsBuilderImpl - Class in com.acrolinx.javasdk.core.checkSettings
CheckSettingsBuilderImpl(CheckSettingsImpl) - Constructor for class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
CheckSettingsImpl - Class in com.acrolinx.javasdk.core.checkSettings
 
CheckSettingsImpl(Language, RuleSet) - Constructor for class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
CheckSettingsProvider - Interface in com.acrolinx.javasdk.storage
The CheckSettingsProvider provides the CheckSettings from different kind of places.
CheckSettingsStore - Interface in com.acrolinx.javasdk.storage
The interface CheckSettingsStore is used for loading and storing CheckSettings.
CheckSettingsStoreImpl - Class in com.acrolinx.javasdk.gui.storage.check
The CheckSettingsStoreImpl is the default implementation of a CheckSettingsStore.
CheckSettingsStoreImpl(AcrolinxClient, PropertiesStoreProvider) - Constructor for class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoreImpl
 
checkSettingsStores() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
CheckSettingsStoresFactory - Class in com.acrolinx.javasdk.gui.storage.check
A factory for creating CheckSettingsStores.
CheckSettingsStoresFactory(RawStoresFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoresFactory
 
CheckSettingsToPropertiesSerializer - Class in com.acrolinx.javasdk.gui.storage.check
The class CheckSettingsToPropertiesSerializer is used to serialize and deserialize CheckSettings to Properties.
CheckSettingsToPropertiesSerializer(AcrolinxClient) - Constructor for class com.acrolinx.javasdk.gui.storage.check.CheckSettingsToPropertiesSerializer
 
checkSettingsValid() - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
checkState(boolean, String) - Static method in class com.acrolinx.javasdk.api.validation.Preconditions
The check state method checks the expression.
CheckStatus - Class in com.acrolinx.javasdk.api.server
The status of a check.
CheckStatus(double, CheckStatus.State) - Constructor for class com.acrolinx.javasdk.api.server.CheckStatus
 
CheckStatus.State - Enum in com.acrolinx.javasdk.api.server
CheckStatusResult - Class in com.acrolinx.services.v4.checking
Java class for CheckStatusResult complex type.
CheckStatusResult() - Constructor for class com.acrolinx.services.v4.checking.CheckStatusResult
 
CheckStatusResult - Class in com.acrolinx.services.v5.checking
Java class for CheckStatusResult complex type.
CheckStatusResult() - Constructor for class com.acrolinx.services.v5.checking.CheckStatusResult
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultButtonsComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerSelectorComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.extensions.AdvancedComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.extensions.FilterComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.extensions.SegmentationComposite
 
checkSubclass() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocument
 
checkText(ShowOptionsStrategy, ShowResultStrategy, String, CheckCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Checks the text.
checkText(String) - Method in class com.acrolinx.javasdk.gui.swing.sample.simple.SwingSimpleWindowAcrolinxHandler
 
checkText(String) - Method in class com.acrolinx.javasdk.gui.swt.sample.simple.SwtSimpleWindowAcrolinxHandler
 
CheckType - Class in com.acrolinx.javasdk.api.server.adapter
The CheckType is a compound of different aspects of a Check.
CheckType(CheckType.CheckPriority, EnumSet<CheckType.CheckResultType>) - Constructor for class com.acrolinx.javasdk.api.server.adapter.CheckType
 
CheckType(CheckType.CheckPriority, EnumSet<CheckType.CheckResultType>, Map<String, String>) - Constructor for class com.acrolinx.javasdk.api.server.adapter.CheckType
 
CheckType.CheckPriority - Enum in com.acrolinx.javasdk.api.server.adapter
The CheckType.CheckPriority decides if the Check is prioritized higher or lower.
CheckType.CheckResultType - Enum in com.acrolinx.javasdk.api.server.adapter
The CheckType.CheckResultType defines the output from the Acrolinx Server or if a local client side extraction check should be performed.
checkWithCorrectionDialog(ShowOptionsStrategy, ShowResultStrategy, String, CorrectionDialogCheckCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Checks with corrections dialog box.
checkWithCorrectionDialog(ShowOptionsStrategy, ShowResultStrategy, PrepareCheckCallback, CorrectionDialogCheckCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Check with corrections dialog.
CheckWithCorrectionDialogClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
CheckWithCorrectionDialogClickHandler(GuiCheckController, ShowOptionsStrategy, ShowResultStrategy, CorrectionDialogCheckSessionProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.CheckWithCorrectionDialogClickHandler
 
CheckWithCorrectionDialogCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class CheckWithCorrectionDialogCommand checks the document in corrections dialog mode using PrepareCheckCallback and CorrectionDialogCheckCallback.
CheckWithCorrectionDialogCommand(Localizer, ImageResourceLoader, boolean, GuiCheckController, ShowOptionsStrategy, ShowResultStrategy, CorrectionDialogCheckSessionProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
ChildSiblingIterable<R> - Interface in com.acrolinx.javasdk.core.extraction
 
Chunk - Class in com.acrolinx.javasdk.gui.dialogs.correction
The Chunk is a Part of the Text and all Markings witch belong to this chunk.
Chunk(int) - Constructor for class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
ClassifiedSuggestion - Class in com.acrolinx.javasdk.core.internal.reportpojo
TODO: unused?
ClassifiedSuggestion(ClassifiedSuggestion.ClassifiedSuggestionType, int, int, String, List<ClassifiedSuggestionElement>) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
ClassifiedSuggestion.ClassifiedSuggestionType - Enum in com.acrolinx.javasdk.core.internal.reportpojo
TODO: unused?
ClassifiedSuggestionSurfaceElement - Class in com.acrolinx.javasdk.core.internal.reportpojo
TODO: unused?
clear() - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
clear() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
click() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
ClickHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ClickHandler is used to notify about clicks on GUI elements.
ClickHandlerSwingActionListenerAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class ClickHandlerSwingActionListenerAdapter is an adapter between ClickHandler and ActionListener.
ClickHandlerSwingActionListenerAdapter(ClickHandler) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.ClickHandlerSwingActionListenerAdapter
 
ClickHandlerSwtSelectionListenerAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The Class ClickHandlerSwtSelectionListenerAdapter adapts a ClickHandler to a SelectionListener.
ClickHandlerSwtSelectionListenerAdapter(ClickHandler) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.ClickHandlerSwtSelectionListenerAdapter
 
ClientExtension<ExtensionView,ExtensionSettingsType> - Interface in com.acrolinx.javasdk.gui.extensions
A ClientExtension is an extension to the Acrolinx Java SDK.
ClientExtensionProvider - Interface in com.acrolinx.javasdk.gui.extensions
The interface ClientExtensionProvider provides ClientExtensions.
ClientExtensionProviderBuilder - Class in com.acrolinx.javasdk.gui.extensions
ClientExtensionProviderBuilder(DocumentSessionProvider, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.extensions.ClientExtensionProviderBuilder
 
ClientExtensionProviderFactory - Class in com.acrolinx.javasdk.gui.extensions
A factory for creating ClientExtensionProviderBuilder.
ClientExtensionProviderFactory(GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.extensions.ClientExtensionProviderFactory
 
clientExtensionProviders() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
clientHostApplication - Variable in class com.acrolinx.services.v3.core.ClientInfo
 
clientHostname - Variable in class com.acrolinx.services.v3.core.ClientInfo
 
ClientInfo - Class in com.acrolinx.services.v3.core
Java class for ClientInfo complex type.
ClientInfo() - Constructor for class com.acrolinx.services.v3.core.ClientInfo
 
clientInfo - Variable in class com.acrolinx.services.v3.core.RequestSessionRequest
 
ClientInformation - Interface in com.acrolinx.javasdk.api.client
The ClientInformation is used to specify all client-specific information.
ClientInformationBuilder - Interface in com.acrolinx.javasdk.api.factory
ClientInformationBuilderImpl - Class in com.acrolinx.javasdk.core.client
 
ClientInformationBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
ClientInformationBuilderImpl(ClientInformation) - Constructor for class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
ClientInformationImpl - Class in com.acrolinx.javasdk.core.client
Information about this client, usually constants.
ClientInformationImpl(ClientInformation) - Constructor for class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
ClientInformationImpl() - Constructor for class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
clientInformations() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
clientInformations() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
clientInformations() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ClientInformationsFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating ClientInformationBuilders.
ClientInformationsFactoryImpl - Class in com.acrolinx.javasdk.core.client
 
ClientInformationsFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.client.ClientInformationsFactoryImpl
 
clientLocale - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
clientLocale - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
clientLocale - Variable in class com.acrolinx.services.v4.checking.GetAvailableLanguages
 
clientLocale - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
clientLocale - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
clientLocale - Variable in class com.acrolinx.services.v5.checking.GetAvailableLanguages
 
clientLoginName - Variable in class com.acrolinx.services.v3.core.ClientInfo
 
ClientProperties - Interface in com.acrolinx.javasdk.api.server
The ClientProperties represents the server-side properties for clients to enable client feature switches.
ClientPropertiesImpl - Class in com.acrolinx.javasdk.core.server
 
ClientPropertiesImpl(Properties) - Constructor for class com.acrolinx.javasdk.core.server.ClientPropertiesImpl
 
clientPropertyKey - Variable in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult.ClientPropertyKeys
 
clientPropertyKeys - Variable in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult
 
clientPropertyValue - Variable in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult.ClientPropertyValues
 
clientPropertyValues - Variable in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult
 
clientSettings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ClientSettings - Interface in com.acrolinx.javasdk.gui.settings.client
The interface ClientSettings is a container for all configuration settings of an Acrolinx Java SDK integration.
ClientSettingsBuilder - Class in com.acrolinx.javasdk.gui.settings.client
The ClientSettingsBuilder is used to build new immutable ClientSettings.
ClientSettingsBuilder(ConnectionSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
ClientSettingsBuilder() - Constructor for class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
ClientSettingsBuilder(ClientSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
ClientSettingsFactory - Class in com.acrolinx.javasdk.gui.settings.client
A factory for creating ClientSettings.
ClientSettingsImpl - Class in com.acrolinx.javasdk.gui.settings.client
The class ClientSettingsImpl is a mutable default implementation of ClientSettings.
ClientSettingsImpl() - Constructor for class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
ClientSettingsImpl(ConnectionSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
ClientSettingsImpl(ClientSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
ClientSettingsImpl(ConnectionSettings, CheckSettings, PluginSettings, ExtensionSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
ClientSettingsStore - Interface in com.acrolinx.javasdk.gui.storage.client
The interface ClientSettingsStore is used for loading and storing ClientSettings.
ClientSettingsStoreImpl - Class in com.acrolinx.javasdk.gui.storage.client
The class ClientSettingsStoreImpl is the default implementation of ClientSettingsStore.
ClientSettingsStoreImpl(ConnectionSettingsStore, CheckSettingsStore, PluginSettingsStore, ExtensionSettingsStore) - Constructor for class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
ClientSettingsValidator - Interface in com.acrolinx.javasdk.gui.dialogs
The interface ClientSettingsValidator is used to validate ClientSettings.
ClientSideReportStorageNotConfiguredFault - Class in com.acrolinx.services.v4.checking
Java class for ClientSideReportStorageNotConfiguredFault complex type.
ClientSideReportStorageNotConfiguredFault() - Constructor for class com.acrolinx.services.v4.checking.ClientSideReportStorageNotConfiguredFault
 
ClientSideReportStorageNotConfiguredFault - Class in com.acrolinx.services.v5.checking
Java class for ClientSideReportStorageNotConfiguredFault complex type.
ClientSideReportStorageNotConfiguredFault() - Constructor for class com.acrolinx.services.v5.checking.ClientSideReportStorageNotConfiguredFault
 
ClientSideReportStorageNotConfiguredFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
ClientSideReportStorageNotConfiguredFault_Exception(String, ClientSideReportStorageNotConfiguredFault) - Constructor for exception com.acrolinx.services.v4.checking.ClientSideReportStorageNotConfiguredFault_Exception
 
ClientSideReportStorageNotConfiguredFault_Exception(String, ClientSideReportStorageNotConfiguredFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.ClientSideReportStorageNotConfiguredFault_Exception
 
ClientSideReportStorageNotConfiguredFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
ClientSideReportStorageNotConfiguredFault_Exception(String, ClientSideReportStorageNotConfiguredFault) - Constructor for exception com.acrolinx.services.v5.checking.ClientSideReportStorageNotConfiguredFault_Exception
 
ClientSideReportStorageNotConfiguredFault_Exception(String, ClientSideReportStorageNotConfiguredFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.ClientSideReportStorageNotConfiguredFault_Exception
 
clientSignature - Variable in class com.acrolinx.services.v3.core.RequestSessionRequest
 
clone(User) - Static method in class com.acrolinx.javasdk.api.server.Users
 
ColorableTextHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ColorableTextHandler is used for TextHandler which also are ColorHandler.
ColorChooserFacade - Class in com.acrolinx.javasdk.gui.swing.dialogs.option
 
ColorDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.option
 
ColorDialog(ColorChooserFacade) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
ColorDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
 
ColorDialog(ColorDialog) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
ColorDialogCallback - Interface in com.acrolinx.javasdk.gui.dialogs.options
The ColorDialogCallback will be notified if a new MarkingColor is selected or the dialog is canceled.
ColorDialogPresenter - Interface in com.acrolinx.javasdk.gui.dialogs.options
The ColorDialogPresenter presents a color dialog and notifies the ColorDialogCallback.
ColorHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ColorHandler is used by controls which could change their color.
ColorPresenter - Class in com.acrolinx.javasdk.gui.dialogs.options
ColorPresenter() - Constructor for class com.acrolinx.javasdk.gui.dialogs.options.ColorPresenter
 
ColorPresenter.ColorView - Interface in com.acrolinx.javasdk.gui.dialogs.options
The ColorPresenter.ColorView displays a selector for a new color.
Colors - Class in com.acrolinx.javasdk.gui.swing.util
 
Colors() - Constructor for class com.acrolinx.javasdk.gui.swing.util.Colors
 
Colors - Class in com.acrolinx.javasdk.gui.swt.util
The class Colors is providing helper methods for SWT-like conversion of SWT Colors to MarkingColors.
Column - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The Column defines the type and the name of a column in a MultiColumnListController.
Column(String) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.Column
 
Column(String, Column.ColumnType) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.Column
 
Column.ColumnType - Enum in com.acrolinx.javasdk.gui.dialogs.handler.controller
The type of the column.
com.acrolinx.javasdk.api.check - package com.acrolinx.javasdk.api.check
 
com.acrolinx.javasdk.api.checksettings - package com.acrolinx.javasdk.api.checksettings
 
com.acrolinx.javasdk.api.client - package com.acrolinx.javasdk.api.client
 
com.acrolinx.javasdk.api.exceptions - package com.acrolinx.javasdk.api.exceptions
 
com.acrolinx.javasdk.api.extraction - package com.acrolinx.javasdk.api.extraction
 
com.acrolinx.javasdk.api.extraction.documents.block - package com.acrolinx.javasdk.api.extraction.documents.block
 
com.acrolinx.javasdk.api.factory - package com.acrolinx.javasdk.api.factory
 
com.acrolinx.javasdk.api.report - package com.acrolinx.javasdk.api.report
 
com.acrolinx.javasdk.api.server - package com.acrolinx.javasdk.api.server
 
com.acrolinx.javasdk.api.server.adapter - package com.acrolinx.javasdk.api.server.adapter
 
com.acrolinx.javasdk.api.server.capabilities - package com.acrolinx.javasdk.api.server.capabilities
 
com.acrolinx.javasdk.api.storage - package com.acrolinx.javasdk.api.storage
 
com.acrolinx.javasdk.api.terminology - package com.acrolinx.javasdk.api.terminology
 
com.acrolinx.javasdk.api.util - package com.acrolinx.javasdk.api.util
 
com.acrolinx.javasdk.api.validation - package com.acrolinx.javasdk.api.validation
 
com.acrolinx.javasdk.core.checkSettings - package com.acrolinx.javasdk.core.checkSettings
 
com.acrolinx.javasdk.core.client - package com.acrolinx.javasdk.core.client
 
com.acrolinx.javasdk.core.extraction - package com.acrolinx.javasdk.core.extraction
 
com.acrolinx.javasdk.core.extraction.block - package com.acrolinx.javasdk.core.extraction.block
 
com.acrolinx.javasdk.core.extraction.tex - package com.acrolinx.javasdk.core.extraction.tex
 
com.acrolinx.javasdk.core.factory - package com.acrolinx.javasdk.core.factory
 
com.acrolinx.javasdk.core.internal.reportpojo - package com.acrolinx.javasdk.core.internal.reportpojo
 
com.acrolinx.javasdk.core.internal.server - package com.acrolinx.javasdk.core.internal.server
 
com.acrolinx.javasdk.core.internal.server.proxy - package com.acrolinx.javasdk.core.internal.server.proxy
 
com.acrolinx.javasdk.core.report - package com.acrolinx.javasdk.core.report
 
com.acrolinx.javasdk.core.server - package com.acrolinx.javasdk.core.server
 
com.acrolinx.javasdk.core.server.adapter - package com.acrolinx.javasdk.core.server.adapter
 
com.acrolinx.javasdk.core.server.adapter.rest - package com.acrolinx.javasdk.core.server.adapter.rest
 
com.acrolinx.javasdk.core.storage - package com.acrolinx.javasdk.core.storage
 
com.acrolinx.javasdk.core.terminology - package com.acrolinx.javasdk.core.terminology
 
com.acrolinx.javasdk.core.util - package com.acrolinx.javasdk.core.util
 
com.acrolinx.javasdk.core.version - package com.acrolinx.javasdk.core.version
 
com.acrolinx.javasdk.gui - package com.acrolinx.javasdk.gui
 
com.acrolinx.javasdk.gui.actions - package com.acrolinx.javasdk.gui.actions
 
com.acrolinx.javasdk.gui.checking - package com.acrolinx.javasdk.gui.checking
 
com.acrolinx.javasdk.gui.checking.comparative - package com.acrolinx.javasdk.gui.checking.comparative
 
com.acrolinx.javasdk.gui.checking.dialog - package com.acrolinx.javasdk.gui.checking.dialog
 
com.acrolinx.javasdk.gui.checking.inline - package com.acrolinx.javasdk.gui.checking.inline
 
com.acrolinx.javasdk.gui.checking.inline.markings.offset - package com.acrolinx.javasdk.gui.checking.inline.markings.offset
 
com.acrolinx.javasdk.gui.checking.status - package com.acrolinx.javasdk.gui.checking.status
 
com.acrolinx.javasdk.gui.commands.factories - package com.acrolinx.javasdk.gui.commands.factories
 
com.acrolinx.javasdk.gui.commands.handler - package com.acrolinx.javasdk.gui.commands.handler
 
com.acrolinx.javasdk.gui.commands.impl - package com.acrolinx.javasdk.gui.commands.impl
 
com.acrolinx.javasdk.gui.commands.toolbar - package com.acrolinx.javasdk.gui.commands.toolbar
 
com.acrolinx.javasdk.gui.dialogs - package com.acrolinx.javasdk.gui.dialogs
 
com.acrolinx.javasdk.gui.dialogs.callbacks - package com.acrolinx.javasdk.gui.dialogs.callbacks
 
com.acrolinx.javasdk.gui.dialogs.contextmenu - package com.acrolinx.javasdk.gui.dialogs.contextmenu
 
com.acrolinx.javasdk.gui.dialogs.contextmenu.position - package com.acrolinx.javasdk.gui.dialogs.contextmenu.position
 
com.acrolinx.javasdk.gui.dialogs.correction - package com.acrolinx.javasdk.gui.dialogs.correction
 
com.acrolinx.javasdk.gui.dialogs.handler - package com.acrolinx.javasdk.gui.dialogs.handler
 
com.acrolinx.javasdk.gui.dialogs.handler.controller - package com.acrolinx.javasdk.gui.dialogs.handler.controller
 
com.acrolinx.javasdk.gui.dialogs.menu - package com.acrolinx.javasdk.gui.dialogs.menu
 
com.acrolinx.javasdk.gui.dialogs.messagebox - package com.acrolinx.javasdk.gui.dialogs.messagebox
 
com.acrolinx.javasdk.gui.dialogs.options - package com.acrolinx.javasdk.gui.dialogs.options
 
com.acrolinx.javasdk.gui.dialogs.progress - package com.acrolinx.javasdk.gui.dialogs.progress
 
com.acrolinx.javasdk.gui.dialogs.result - package com.acrolinx.javasdk.gui.dialogs.result
 
com.acrolinx.javasdk.gui.dialogs.seo.keywords - package com.acrolinx.javasdk.gui.dialogs.seo.keywords
 
com.acrolinx.javasdk.gui.dialogs.views - package com.acrolinx.javasdk.gui.dialogs.views
 
com.acrolinx.javasdk.gui.extensions - package com.acrolinx.javasdk.gui.extensions
 
com.acrolinx.javasdk.gui.extensions.advanced - package com.acrolinx.javasdk.gui.extensions.advanced
 
com.acrolinx.javasdk.gui.extensions.filter - package com.acrolinx.javasdk.gui.extensions.filter
 
com.acrolinx.javasdk.gui.extensions.segmentation - package com.acrolinx.javasdk.gui.extensions.segmentation
 
com.acrolinx.javasdk.gui.inlinecheck - package com.acrolinx.javasdk.gui.inlinecheck
 
com.acrolinx.javasdk.gui.sessions - package com.acrolinx.javasdk.gui.sessions
 
com.acrolinx.javasdk.gui.sessions.controller - package com.acrolinx.javasdk.gui.sessions.controller
 
com.acrolinx.javasdk.gui.sessions.controller.dialog - package com.acrolinx.javasdk.gui.sessions.controller.dialog
 
com.acrolinx.javasdk.gui.sessions.controller.inline - package com.acrolinx.javasdk.gui.sessions.controller.inline
 
com.acrolinx.javasdk.gui.sessions.event - package com.acrolinx.javasdk.gui.sessions.event
 
com.acrolinx.javasdk.gui.sessions.impl - package com.acrolinx.javasdk.gui.sessions.impl
 
com.acrolinx.javasdk.gui.settings.client - package com.acrolinx.javasdk.gui.settings.client
 
com.acrolinx.javasdk.gui.settings.extension - package com.acrolinx.javasdk.gui.settings.extension
 
com.acrolinx.javasdk.gui.settings.plugin - package com.acrolinx.javasdk.gui.settings.plugin
 
com.acrolinx.javasdk.gui.storage - package com.acrolinx.javasdk.gui.storage
 
com.acrolinx.javasdk.gui.storage.check - package com.acrolinx.javasdk.gui.storage.check
 
com.acrolinx.javasdk.gui.storage.client - package com.acrolinx.javasdk.gui.storage.client
 
com.acrolinx.javasdk.gui.storage.connection - package com.acrolinx.javasdk.gui.storage.connection
 
com.acrolinx.javasdk.gui.storage.extensions - package com.acrolinx.javasdk.gui.storage.extensions
 
com.acrolinx.javasdk.gui.storage.plugin - package com.acrolinx.javasdk.gui.storage.plugin
 
com.acrolinx.javasdk.gui.swing - package com.acrolinx.javasdk.gui.swing
 
com.acrolinx.javasdk.gui.swing.adapter - package com.acrolinx.javasdk.gui.swing.adapter
 
com.acrolinx.javasdk.gui.swing.dialogs - package com.acrolinx.javasdk.gui.swing.dialogs
 
com.acrolinx.javasdk.gui.swing.dialogs.contextmenu - package com.acrolinx.javasdk.gui.swing.dialogs.contextmenu
 
com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position - package com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position
 
com.acrolinx.javasdk.gui.swing.dialogs.controls - package com.acrolinx.javasdk.gui.swing.dialogs.controls
 
com.acrolinx.javasdk.gui.swing.dialogs.correction - package com.acrolinx.javasdk.gui.swing.dialogs.correction
 
com.acrolinx.javasdk.gui.swing.dialogs.messagebox - package com.acrolinx.javasdk.gui.swing.dialogs.messagebox
 
com.acrolinx.javasdk.gui.swing.dialogs.option - package com.acrolinx.javasdk.gui.swing.dialogs.option
 
com.acrolinx.javasdk.gui.swing.dialogs.progress - package com.acrolinx.javasdk.gui.swing.dialogs.progress
 
com.acrolinx.javasdk.gui.swing.dialogs.result - package com.acrolinx.javasdk.gui.swing.dialogs.result
 
com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords - package com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords
 
com.acrolinx.javasdk.gui.swing.extensions - package com.acrolinx.javasdk.gui.swing.extensions
 
com.acrolinx.javasdk.gui.swing.sample - package com.acrolinx.javasdk.gui.swing.sample
 
com.acrolinx.javasdk.gui.swing.sample.multi - package com.acrolinx.javasdk.gui.swing.sample.multi
 
com.acrolinx.javasdk.gui.swing.sample.multi.extensions - package com.acrolinx.javasdk.gui.swing.sample.multi.extensions
 
com.acrolinx.javasdk.gui.swing.sample.multi.session - package com.acrolinx.javasdk.gui.swing.sample.multi.session
 
com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor - package com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor
 
com.acrolinx.javasdk.gui.swing.sample.simple - package com.acrolinx.javasdk.gui.swing.sample.simple
 
com.acrolinx.javasdk.gui.swing.sample.util - package com.acrolinx.javasdk.gui.swing.sample.util
 
com.acrolinx.javasdk.gui.swing.sessions.textpane - package com.acrolinx.javasdk.gui.swing.sessions.textpane
 
com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor - package com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor
 
com.acrolinx.javasdk.gui.swing.util - package com.acrolinx.javasdk.gui.swing.util
 
com.acrolinx.javasdk.gui.swt - package com.acrolinx.javasdk.gui.swt
 
com.acrolinx.javasdk.gui.swt.adapter - package com.acrolinx.javasdk.gui.swt.adapter
 
com.acrolinx.javasdk.gui.swt.dialogs - package com.acrolinx.javasdk.gui.swt.dialogs
 
com.acrolinx.javasdk.gui.swt.dialogs.contextmenu - package com.acrolinx.javasdk.gui.swt.dialogs.contextmenu
 
com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position - package com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position
 
com.acrolinx.javasdk.gui.swt.dialogs.correction - package com.acrolinx.javasdk.gui.swt.dialogs.correction
 
com.acrolinx.javasdk.gui.swt.dialogs.messagebox - package com.acrolinx.javasdk.gui.swt.dialogs.messagebox
 
com.acrolinx.javasdk.gui.swt.dialogs.option - package com.acrolinx.javasdk.gui.swt.dialogs.option
 
com.acrolinx.javasdk.gui.swt.dialogs.progress - package com.acrolinx.javasdk.gui.swt.dialogs.progress
 
com.acrolinx.javasdk.gui.swt.dialogs.result - package com.acrolinx.javasdk.gui.swt.dialogs.result
 
com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords - package com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords
 
com.acrolinx.javasdk.gui.swt.eclipse - package com.acrolinx.javasdk.gui.swt.eclipse
 
com.acrolinx.javasdk.gui.swt.eclipse.adapter - package com.acrolinx.javasdk.gui.swt.eclipse.adapter
 
com.acrolinx.javasdk.gui.swt.eclipse.dialogs - package com.acrolinx.javasdk.gui.swt.eclipse.dialogs
 
com.acrolinx.javasdk.gui.swt.eclipse.handlers - package com.acrolinx.javasdk.gui.swt.eclipse.handlers
 
com.acrolinx.javasdk.gui.swt.eclipse.storage - package com.acrolinx.javasdk.gui.swt.eclipse.storage
 
com.acrolinx.javasdk.gui.swt.extensions - package com.acrolinx.javasdk.gui.swt.extensions
 
com.acrolinx.javasdk.gui.swt.sample - package com.acrolinx.javasdk.gui.swt.sample
 
com.acrolinx.javasdk.gui.swt.sample.multi - package com.acrolinx.javasdk.gui.swt.sample.multi
 
com.acrolinx.javasdk.gui.swt.sample.multi.extension - package com.acrolinx.javasdk.gui.swt.sample.multi.extension
 
com.acrolinx.javasdk.gui.swt.sample.multi.session - package com.acrolinx.javasdk.gui.swt.sample.multi.session
 
com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction - package com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction
 
com.acrolinx.javasdk.gui.swt.sample.simple - package com.acrolinx.javasdk.gui.swt.sample.simple
 
com.acrolinx.javasdk.gui.swt.sample.util - package com.acrolinx.javasdk.gui.swt.sample.util
 
com.acrolinx.javasdk.gui.swt.sessions.styledtext - package com.acrolinx.javasdk.gui.swt.sessions.styledtext
 
com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor - package com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor
 
com.acrolinx.javasdk.gui.swt.util - package com.acrolinx.javasdk.gui.swt.util
 
com.acrolinx.javasdk.gui.threading - package com.acrolinx.javasdk.gui.threading
 
com.acrolinx.javasdk.gui.threading.proxy - package com.acrolinx.javasdk.gui.threading.proxy
 
com.acrolinx.javasdk.gui.util - package com.acrolinx.javasdk.gui.util
 
com.acrolinx.javasdk.localization - package com.acrolinx.javasdk.localization
 
com.acrolinx.javasdk.storage - package com.acrolinx.javasdk.storage
 
com.acrolinx.services.registry - package com.acrolinx.services.registry
 
com.acrolinx.services.v3.core - package com.acrolinx.services.v3.core
 
com.acrolinx.services.v3.feedback - package com.acrolinx.services.v3.feedback
 
com.acrolinx.services.v4.checking - package com.acrolinx.services.v4.checking
 
com.acrolinx.services.v4.feedback - package com.acrolinx.services.v4.feedback
 
com.acrolinx.services.v4.user - package com.acrolinx.services.v4.user
 
com.acrolinx.services.v5.checking - package com.acrolinx.services.v5.checking
 
com.acrolinx.services.v6.terminology - package com.acrolinx.services.v6.terminology
 
com.swtdesigner - package com.swtdesigner
 
command(String) - Method in class com.acrolinx.javasdk.core.extraction.tex.SimpleTexCallbackAdapter
 
command(String) - Method in interface com.acrolinx.javasdk.core.extraction.tex.TexSimpleCallback
 
Command - Interface in com.acrolinx.javasdk.gui.dialogs.contextmenu
The interface Command is used to provide all information for displaying a command in the GUI.
commandEnd(String) - Method in interface com.acrolinx.javasdk.core.extraction.tex.TexCallback
 
commandEnd(String) - Method in class com.acrolinx.javasdk.core.extraction.tex.TexTextExtractor
 
commandStart(String) - Method in interface com.acrolinx.javasdk.core.extraction.tex.TexCallback
 
commandStart(String) - Method in class com.acrolinx.javasdk.core.extraction.tex.TexTextExtractor
 
CommandType - Enum in com.acrolinx.javasdk.gui.dialogs.contextmenu
The enum CommandType is an enumeration of different types of commands.
CommonDOMFacade<R> - Interface in com.acrolinx.javasdk.core.extraction
 
COMPARATIVE - Static variable in class com.acrolinx.javasdk.api.server.adapter.CheckType
The comparative check which should be performed if the user closes a checked document and ClientProperties.isAutocheckOnFileClose() is true.
Note: The check will be performed with CheckType.CheckPriority.BACKGROUND.
ComparativeCheckAction - Class in com.acrolinx.javasdk.gui.actions
ComparativeCheckAction(ComparativeCheckCallback, SessionHistory, ServerConnectionProvider) - Constructor for class com.acrolinx.javasdk.gui.actions.ComparativeCheckAction
 
ComparativeCheckCallback - Interface in com.acrolinx.javasdk.gui.checking.comparative
The ComparativeCheckCallback is used to perform comparative checks.
See: DocumentSession
compare(Range, Range) - Method in class com.acrolinx.javasdk.core.extraction.RangeComparator
 
compare(Flag, Flag) - Method in class com.acrolinx.javasdk.gui.commands.factories.FlagTypeComparator
 
compare(T, T) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.ChainListComparator
 
compare(ItemType, ItemType) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.ItemStringComparator
 
compare(ItemType, ItemType) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.SelectionComparator
 
compareTo(BlockContext) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
compareTo(StringWithImage) - Method in class com.acrolinx.javasdk.gui.StringWithImage
 
comparitiveCheckFinished(long) - Method in class com.acrolinx.javasdk.gui.checking.CheckAcceptenceStrategy
 
comparitiveCheckStarted(long) - Method in class com.acrolinx.javasdk.gui.checking.CheckAcceptenceStrategy
 
ComponentFactories - Class in com.acrolinx.javasdk.gui.sessions
ComponentFactories(GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.sessions.ComponentFactories
 
compositeKeywords - Variable in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
computeProgressInPercent() - Method in class com.acrolinx.javasdk.api.server.CheckStatus
 
configurationName - Variable in class com.acrolinx.services.v6.terminology.ExportTerminologyRequest
 
configurationName - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
 
ConfigurationUnavailableFault - Class in com.acrolinx.services.v4.checking
Java class for ConfigurationUnavailableFault complex type.
ConfigurationUnavailableFault() - Constructor for class com.acrolinx.services.v4.checking.ConfigurationUnavailableFault
 
ConfigurationUnavailableFault - Class in com.acrolinx.services.v5.checking
Java class for ConfigurationUnavailableFault complex type.
ConfigurationUnavailableFault() - Constructor for class com.acrolinx.services.v5.checking.ConfigurationUnavailableFault
 
ConfigurationUnavailableFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
ConfigurationUnavailableFault_Exception(String, ConfigurationUnavailableFault) - Constructor for exception com.acrolinx.services.v4.checking.ConfigurationUnavailableFault_Exception
 
ConfigurationUnavailableFault_Exception(String, ConfigurationUnavailableFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.ConfigurationUnavailableFault_Exception
 
ConfigurationUnavailableFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
ConfigurationUnavailableFault_Exception(String, ConfigurationUnavailableFault) - Constructor for exception com.acrolinx.services.v5.checking.ConfigurationUnavailableFault_Exception
 
ConfigurationUnavailableFault_Exception(String, ConfigurationUnavailableFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.ConfigurationUnavailableFault_Exception
 
configure(PluginSettings) - Method in class com.acrolinx.javasdk.gui.DefaultMarkingColorProvider
 
configure(PluginSettings) - Method in class com.acrolinx.javasdk.gui.dialogs.options.Log4JHandler
 
configure(PluginSettings) - Method in interface com.acrolinx.javasdk.gui.MarkingColorProvider
 
configure(PluginSettings) - Method in class com.acrolinx.javasdk.gui.PluginSettingsMarkingColorProvider
 
configureCheckInformationBuilder(CheckInformationBuilder<Document>) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.ServerSideXmlFileTextPaneExtractor
 
configureCheckInformationBuilder(CheckInformationBuilder<DocumentType>) - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
configureCheckInformationBuilder(CheckInformationBuilder<Document>) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.ServerSideXmlFileStyledTextExtractor
 
configureCheckInformationBuilder(CheckInformationBuilder<DocumentType>) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
configureConsoleAppenderForDebug() - Method in class com.acrolinx.javasdk.gui.dialogs.options.Log4JHandler
 
configureProxySettings(ProxySettings) - Method in class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyConfigurator
 
configureVmProxy(ProxySettings) - Method in interface com.acrolinx.javasdk.core.internal.server.proxy.ProxyConfigurator
 
configureVmProxy(ProxySettings) - Method in class com.acrolinx.javasdk.core.internal.server.proxy.ProxyConfiguratorImpl
 
connect(ConnectionSettings) - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxClient
Connects to an Acrolinx Server.
connect(User, SingleSignOnConfiguration) - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
Connects to the Acrolinx Server.
connect(User) - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
Connects to the Acrolinx Server without single sign on.
connect(User, SingleSignOnConfiguration) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
connect(User) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
connectFailed(URI, SocketAddress, IOException) - Method in class com.acrolinx.javasdk.core.internal.server.proxy.AcrolinxProxySelector
 
connectionFailed(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
connectionFailed(Localizer, String, Exception) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
connectionFailed(Localizer, Exception) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
connectionSettings() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
ConnectionSettings - Interface in com.acrolinx.javasdk.api.server
The interface ConnectionSettings provides all information needed to connect to an Acrolinx Server.
connectionSettings() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
connectionSettings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ConnectionSettingsBuilder - Interface in com.acrolinx.javasdk.api.factory
ConnectionSettingsBuilderImpl - Class in com.acrolinx.javasdk.core.server
 
ConnectionSettingsBuilderImpl(ConnectionSettings) - Constructor for class com.acrolinx.javasdk.core.server.ConnectionSettingsBuilderImpl
 
ConnectionSettingsBuilderImpl(String, User, SingleSignOnConfiguration) - Constructor for class com.acrolinx.javasdk.core.server.ConnectionSettingsBuilderImpl
 
ConnectionSettingsBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.server.ConnectionSettingsBuilderImpl
 
ConnectionSettingsFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating ConnectionSettingss.
ConnectionSettingsFactoryImpl - Class in com.acrolinx.javasdk.core.server
 
ConnectionSettingsFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.server.ConnectionSettingsFactoryImpl
 
ConnectionSettingsHistoryStore - Interface in com.acrolinx.javasdk.storage
The ConnectionSettingsHistoryStore is used to store a history of connection settings.
ConnectionSettingsImpl - Class in com.acrolinx.javasdk.core.server
The class ConnectionSettingsImpl is the default implementation for ConnectionSettings.
ConnectionSettingsStore - Interface in com.acrolinx.javasdk.storage
The interface ConnectionSettingsStore provides methods for loading and saving ConnectionSettings.
ConnectionSettingsStoreImpl - Class in com.acrolinx.javasdk.gui.storage.connection
The class ConnectionSettingsStoreImpl is a common CheckSettingsStore serializing ConnectionSettings to a PropertiesStore.
ConnectionSettingsStoreImpl(PropertiesStore, AcrolinxFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl
 
ConnectionSettingsStoreImpl.PropertyNames - Enum in com.acrolinx.javasdk.gui.storage.connection
The enum PropertyNames provides the serialized names of the ConnectionSettings properties.
connectionSettingsStores() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ConnectionSettingsStoresFactory - Class in com.acrolinx.javasdk.gui.storage.connection
A factory for creating ConnectionSettingsStores.
ConnectionSettingsStoresFactory(RawStoresFactory, AcrolinxFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoresFactory
 
ConnectionType - Enum in com.acrolinx.javasdk.api.factory
The enum ConnectionType is used to define if a connection is a direct connection or established via proxy server.
ContainerProgressMonitor - Class in com.acrolinx.javasdk.gui.dialogs.progress
The class ContainerProgressMonitor is used to display a progress with different sub tasks.
ContainerProgressMonitor(LocalizedCancelableProgressMonitor) - Constructor for class com.acrolinx.javasdk.gui.dialogs.progress.ContainerProgressMonitor
 
contains(T) - Method in class com.acrolinx.javasdk.gui.checking.RingBufferMap
 
containsException(Exception, Class<? extends Exception>) - Static method in class com.acrolinx.javasdk.api.exceptions.ExceptionUtils
 
containsKey(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
containsKey(Key) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
contextInfo - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.ContextInfos
 
contextInfo - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest.ContextInfos
 
ContextInfo - Class in com.acrolinx.services.v4.checking
Java class for ContextInfo complex type.
ContextInfo() - Constructor for class com.acrolinx.services.v4.checking.ContextInfo
 
contextInfo - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.ContextInfos
 
contextInfo - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest.ContextInfos
 
ContextInfo - Class in com.acrolinx.services.v5.checking
Java class for ContextInfo complex type.
ContextInfo() - Constructor for class com.acrolinx.services.v5.checking.ContextInfo
 
contextInfoName - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities.ContextInfoNames
 
contextInfoName - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities.ContextInfoNames
 
contextInfoNames - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities
 
contextInfoNames - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities
 
ContextInformation - Class in com.acrolinx.javasdk.api.server
The class ContextInformation stores the context information.
ContextInformation(String, int, int, int) - Constructor for class com.acrolinx.javasdk.api.server.ContextInformation
Instantiates a new context information.
ContextInformation(String, int, int, int, Map<String, String>) - Constructor for class com.acrolinx.javasdk.api.server.ContextInformation
Instantiates a new context information.
ContextInformationConverter - Class in com.acrolinx.javasdk.core.extraction
 
contextInformations() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
contextInformations() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
contextInformations() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ContextInformationsBuilder - Interface in com.acrolinx.javasdk.api.factory
ContextInformationsBuilderImpl - Class in com.acrolinx.javasdk.core.factory
 
ContextInformationsBuilderImpl(String) - Constructor for class com.acrolinx.javasdk.core.factory.ContextInformationsBuilderImpl
 
ContextInformationsBuilderImpl(ContextInformation) - Constructor for class com.acrolinx.javasdk.core.factory.ContextInformationsBuilderImpl
 
ContextInformationsFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating ContextInformations.
ContextInformationsFactoryImpl - Class in com.acrolinx.javasdk.core.factory
 
ContextInformationsFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.factory.ContextInformationsFactoryImpl
 
contextInfos - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
contextInfos - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
contextInfos - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
contextInfos - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
ContextMenuCommandFactory - Class in com.acrolinx.javasdk.gui.commands.factories
The ContextMenuCommandFactory is used for creating commands for the context menu.
ContextMenuCommandFactory(MarkingColorProvider, Localizer, ImageResourceLoader, ServerConnection, CheckSettings, MessageBoxDialogPresenter, ClientProperties) - Constructor for class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
ContextMenuCommandListFactory - Interface in com.acrolinx.javasdk.gui.commands.factories
A factory for creating a list of Commands for Flags.
ContextMenuCommandListFactoryImpl - Class in com.acrolinx.javasdk.gui.commands.factories
The class ContextMenuCommandListFactoryImpl is the default ContextMenuCommandListFactory implementation.
ContextMenuCommandListFactoryImpl(ContextMenuCommandFactory, WebPagePresenter, Localizer, ImageResourceLoader, SetContextMenuPresenter, CachedPrivileges) - Constructor for class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandListFactoryImpl
 
ContextMenuDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.contextmenu
The class ContextMenuDialog creates a Java SDK menu on a swing JPopupMenu menu.
ContextMenuDialog(JPopupMenu) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
ContextMenuDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.contextmenu
The class ContextMenuDialog is an SWT implementation of the ContextMenuPresenter.ContextMenuView interface for presenting a context menu.
ContextMenuDialog(Menu) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.ContextMenuDialog
 
ContextMenuDialogProvider - Interface in com.acrolinx.javasdk.gui.swing.dialogs.controls
The interface ContextMenuDialogProvider provides a dialog displaying a context menu.
ContextMenuPositionCallback - Interface in com.acrolinx.javasdk.gui.dialogs.contextmenu.position
The interface ContextMenuPositionCallback is used by ContextMenuPositionPresenter to return the result.
ContextMenuPositionDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position
The class ContextMenuPositionDialog is a swing implementation of the ContextMenuPositionPresenter.ContextMenuPositionView for a dialog for setting the context menu position.
ContextMenuPositionDialog() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
Creates the dialog.
ContextMenuPositionDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position
The class ContextMenuPositionDialog is an SWT implementation of ContextMenuPositionPresenter.ContextMenuPositionView displaying a dialog for setting the context menu position.
ContextMenuPositionDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
ContextMenuPositionPresenter - Class in com.acrolinx.javasdk.gui.dialogs.contextmenu.position
The class ContextMenuPositionPresenter presents a ContextMenuPositionPresenter.ContextMenuPositionView used to set a new context menu position by moving the dialog to a new position.
ContextMenuPositionPresenter() - Constructor for class com.acrolinx.javasdk.gui.dialogs.contextmenu.position.ContextMenuPositionPresenter
 
ContextMenuPositionPresenter.ContextMenuPositionView - Interface in com.acrolinx.javasdk.gui.dialogs.contextmenu.position
ContextMenuPresenter - Interface in com.acrolinx.javasdk.gui
The interface ContextMenuPresenter is used for presenting context menus.
ContextMenuPresenter - Class in com.acrolinx.javasdk.gui.dialogs.contextmenu
The class ContextMenuPresenter presents a context menu using ContextMenuPresenter.ContextMenuView.
ContextMenuPresenter() - Constructor for class com.acrolinx.javasdk.gui.dialogs.contextmenu.ContextMenuPresenter
 
ContextMenuPresenter.ContextMenuView - Interface in com.acrolinx.javasdk.gui.dialogs.contextmenu
The interface ContextMenuPresenter.ContextMenuView is used by ContextMenuPresenter for displaying a context menu.
ContributeTermCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class ContributeTermCommand contributes a term via the web browser and Dashboard.
ContributeTermCommand(Localizer, ImageResourceLoader, Listener, TermCandidateFlag, InlineCheckDocumentSessionController, WebPagePresenter, UserAdapter) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ContributeTermCommand
 
ContributeTermCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
ContributeTermCommandClickHandler(TermCandidateFlag, WebPagePresenter, InlineCheckDocumentSessionController, UserAdapter) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.ContributeTermCommandClickHandler
 
ControlCharacter - Enum in com.acrolinx.javasdk.api.extraction
The ControlCharacters are used to control the server-side tokenization.
ControlCharacterTokenizerScanner - Class in com.acrolinx.javasdk.core.server.adapter
ControlCharacterTokenizerScanner(String) - Constructor for class com.acrolinx.javasdk.core.server.adapter.ControlCharacterTokenizerScanner
 
ControlCharacterTokenizerScanner.ControlCharacterTokenizerScannerCallback - Interface in com.acrolinx.javasdk.core.server.adapter
 
convertBroadcaseMessages(BroadcastMessagesResult) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
convertClientProperties(ServerSideClientPropertiesResult) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
Converter - Class in com.acrolinx.javasdk.core.server.adapter
The class Converter converts objects between v4 Service and Java SDK classes.
convertLanguageCapabilities(RestPoJOs.LanguageCapabilitiesResult) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Converter
 
convertLanguageCapabilities(RestPoJOs.LanguageCapabilitiesResult) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Converter
 
convertPointToScreen(Point, Component) - Method in class com.acrolinx.javasdk.gui.swing.SwingUtilsFacade
 
convertPointToScreen(Point, Control) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.PositionConverter
 
convertsurfaceToV6FindTermsRequest(TerminologyQuery, TerminologyService.TransferFormat) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.TerminologyServiceV6Converter
 
convertUserProperties(UserPropertiesResult) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
copy(AdditionalData) - Method in interface com.acrolinx.javasdk.api.factory.AdditionalDatasFactory
 
copy(TypedCheckInformation<DocumentType>) - Method in interface com.acrolinx.javasdk.api.factory.CheckInformationsFactory
Copies an existing TypedCheckInformation.
copy(CheckSettings) - Method in interface com.acrolinx.javasdk.api.factory.CheckSettingsBuilderFactory
copy(ClientInformation) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationsFactory
copy(ConnectionSettings) - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsFactory
copy(ContextInformation) - Method in interface com.acrolinx.javasdk.api.factory.ContextInformationsFactory
copy(DictionaryEntry) - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntriesFactory
Copies a DictionaryEntry.
copy(DocumentCheckSettings) - Method in interface com.acrolinx.javasdk.api.factory.DocumentCheckSettingsFactory
 
copy(MetaInfo) - Method in interface com.acrolinx.javasdk.api.factory.MetaInfosFactory
 
copy(ProxySettings) - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsFactory
 
copy(ServerEndpointConfiguration) - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfigurationsFactory
 
copy(CheckSettings) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderFactoryImpl
 
copy(DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsFactoryImpl
 
copy(ClientInformation) - Method in class com.acrolinx.javasdk.core.client.ClientInformationsFactoryImpl
 
copy(AdditionalData) - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDatasFactoryImpl
 
copy(TypedCheckInformation<DocumentType>) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationsFactoryImpl
 
copy(ContextInformation) - Method in class com.acrolinx.javasdk.core.factory.ContextInformationsFactoryImpl
 
copy(ConnectionSettings) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsFactoryImpl
 
copy(DictionaryEntry) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntriesFactoryImpl
 
copy(MetaInfo) - Method in class com.acrolinx.javasdk.core.server.MetaInfosFactoryImpl
 
copy(ProxySettings) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsFactoryImpl
 
copy(ServerEndpointConfiguration) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationsFactoryImpl
 
copy(Tag) - Method in class com.acrolinx.javasdk.gui.sessions.TagsFactory
 
copy(ClientSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsFactory
 
copy(ClientSettings) - Static method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
copy(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsFactory
 
copy(PluginSettings) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsFactory
 
copyAndExtend(OptionDialogCallback) - Method in class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
copyBlock(Block<PositionInDocument>) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
Copies a Block.
copyBlock(Block<PositionInDocument>) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
CoreService - Interface in com.acrolinx.javasdk.core.server
 
CoreService - Class in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
CoreService(URL, QName) - Constructor for class com.acrolinx.services.v3.core.CoreService
 
CoreService() - Constructor for class com.acrolinx.services.v3.core.CoreService
 
CoreServiceV3Stub - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
CoreServiceV3Stub(HttpClient, HttpHost, URI, SSOService, HttpClientHelper) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
CorrectionCallback - Interface in com.acrolinx.javasdk.gui.dialogs.correction
The interface CorrectionCallback is used to return the result of a CorrectionPresenter.
CorrectionDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.correction
The class CorrectionDialog is a swing implementation of the CorrectionPresenter.CorrectionView.
CorrectionDialog() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
Creates the dialog.
CorrectionDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.correction
The class CorrectionDialog is an SWT implementation of CorrectionPresenter.CorrectionView.
CorrectionDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
Creates the dialog.
CorrectionDialogCheckCallback - Interface in com.acrolinx.javasdk.gui.checking.dialog
The interface CorrectionDialogCheckCallback defines the methods which must be implemented to get the result of the corrections dialog.
CorrectionDialogCheckDocumentSessionController - Interface in com.acrolinx.javasdk.gui.sessions.controller.dialog
The interface CorrectionDialogCheckDocumentSessionController is used for interactions with the Acrolinx Java SDK after a corrections dialog check was performed.
CorrectionDialogCheckDocumentSessionControllerFactory - Class in com.acrolinx.javasdk.gui.sessions.controller.dialog
A factory for creating CorrectionDialogCheckDocumentSessionController objects for a CheckResult.
CorrectionDialogCheckDocumentSessionControllerFactory(WebPagePresenter) - Constructor for class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerFactory
 
CorrectionDialogCheckDocumentSessionControllerImpl - Class in com.acrolinx.javasdk.gui.sessions.controller.dialog
The class CorrectionDialogCheckDocumentSessionControllerImpl is a CorrectionDialogCheckDocumentSessionController implementation.
CorrectionDialogCheckDocumentSessionControllerImpl(WebPagePresenter, CheckResult) - Constructor for class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
CorrectionDialogCheckingCheckCallback - Class in com.acrolinx.javasdk.gui.actions
The class CorrectionDialogCheckingCheckCallback is used to open a corrections dialog after a check has been performed.
CorrectionDialogCheckingCheckCallback(CorrectionDialogCheckCallback, DialogsPresenter, CorrectionModelFactory, CorrectionDialogCheckDocumentSessionControllerFactory) - Constructor for class com.acrolinx.javasdk.gui.actions.CorrectionDialogCheckingCheckCallback
 
CorrectionDialogCheckSession - Interface in com.acrolinx.javasdk.gui.checking.dialog
The CorrectionDialogCheckSession supports all methods needed to perform a full corrections dialog check.
See: DocumentSession
CorrectionDialogCheckSessionProvider - Interface in com.acrolinx.javasdk.gui.checking.dialog
The CorrectionDialogCheckSessionProvider is used to provide the active document.
CorrectionModel - Interface in com.acrolinx.javasdk.gui.dialogs.correction
The interface CorrectionModel is used to present check result information on a corrections dialog by CorrectionPresenter.
CorrectionModelFactory - Class in com.acrolinx.javasdk.gui.checking.dialog
A factory for creating CorrectionModel objects which are used for CorrectionPresenter.
CorrectionModelFactory(MessageBoxDialogPresenter, SetContextMenuPresenter, GuiCheckController, InlineCheckDocumentSessionControllerFactory, MarkingColorProvider) - Constructor for class com.acrolinx.javasdk.gui.checking.dialog.CorrectionModelFactory
 
CorrectionPresenter - Class in com.acrolinx.javasdk.gui.dialogs.correction
CorrectionPresenter(ImageResourceLoader, CorrectionModel) - Constructor for class com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter
 
CorrectionPresenter.CorrectionView - Interface in com.acrolinx.javasdk.gui.dialogs.correction
The interface CorrectionView is used by CorrectionPresenter to present CorrectionModel information.
CouldNotCreateDumpFault - Class in com.acrolinx.services.v6.terminology
Java class for CouldNotCreateDumpFault complex type.
CouldNotCreateDumpFault() - Constructor for class com.acrolinx.services.v6.terminology.CouldNotCreateDumpFault
 
CouldNotCreateDumpFault_Exception - Exception in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
CouldNotCreateDumpFault_Exception(String, CouldNotCreateDumpFault) - Constructor for exception com.acrolinx.services.v6.terminology.CouldNotCreateDumpFault_Exception
 
CouldNotCreateDumpFault_Exception(String, CouldNotCreateDumpFault, Throwable) - Constructor for exception com.acrolinx.services.v6.terminology.CouldNotCreateDumpFault_Exception
 
CouldNotRestoreDumpFault - Class in com.acrolinx.services.v6.terminology
Java class for CouldNotRestoreDumpFault complex type.
CouldNotRestoreDumpFault() - Constructor for class com.acrolinx.services.v6.terminology.CouldNotRestoreDumpFault
 
CouldNotRestoreDumpFault_Exception - Exception in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
CouldNotRestoreDumpFault_Exception(String, CouldNotRestoreDumpFault) - Constructor for exception com.acrolinx.services.v6.terminology.CouldNotRestoreDumpFault_Exception
 
CouldNotRestoreDumpFault_Exception(String, CouldNotRestoreDumpFault, Throwable) - Constructor for exception com.acrolinx.services.v6.terminology.CouldNotRestoreDumpFault_Exception
 
count - Variable in class com.acrolinx.services.v5.checking.FlagResultDetails
 
create() - Method in interface com.acrolinx.javasdk.api.factory.AdditionalDatasFactory
 
create(DocumentType) - Method in interface com.acrolinx.javasdk.api.factory.CheckInformationsFactory
Creates a new CheckInformation for a Document.
create(Language, RuleSet) - Method in interface com.acrolinx.javasdk.api.factory.CheckSettingsBuilderFactory
Creates a new CheckSettingsBuilder.
create() - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationsFactory
 
create(String, User) - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsFactory
A shortcut to create new ConnectionSettings.
create() - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsFactory
 
create(String, User, SingleSignOnConfiguration) - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsFactory
A shortcut to create new ConnectionSettings.
create(String) - Method in interface com.acrolinx.javasdk.api.factory.ContextInformationsFactory
 
create() - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntriesFactory
 
create() - Method in interface com.acrolinx.javasdk.api.factory.DocumentCheckSettingsFactory
 
create() - Method in interface com.acrolinx.javasdk.api.factory.MetaInfosFactory
 
create() - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsFactory
 
create() - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfigurationsFactory
 
create(String) - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfigurationsFactory
 
create() - Method in interface com.acrolinx.javasdk.api.factory.TerminologyQueryBuilderFactory
 
create(Language, RuleSet) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderFactoryImpl
 
create() - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsFactoryImpl
 
create() - Method in class com.acrolinx.javasdk.core.client.ClientInformationsFactoryImpl
 
create() - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDatasFactoryImpl
 
create(Range, int) - Static method in class com.acrolinx.javasdk.core.extraction.block.RelativeRangeImpl
 
create(DocumentType) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationsFactoryImpl
 
create(DocumentTypeIdentifier.Detail.Type, String) - Static method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
create(String) - Method in class com.acrolinx.javasdk.core.extraction.JavaDocumentFactory
 
create(String, FileFormat) - Method in class com.acrolinx.javasdk.core.extraction.tex.TexDocumentFactory
 
create(String) - Method in class com.acrolinx.javasdk.core.factory.ContextInformationsFactoryImpl
 
create() - Static method in class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyStateRestorer
 
create(String) - Static method in class com.acrolinx.javasdk.core.report.FlagGroupIdImpl
 
create(String) - Static method in class com.acrolinx.javasdk.core.report.GroupIdImpl
 
create(String, Document, Set<TermStatus>) - Static method in class com.acrolinx.javasdk.core.report.ReportProxy
 
create(HttpClient, URI, Document, Set<TermStatus>, Map<FlagType, URI>) - Static method in class com.acrolinx.javasdk.core.report.ReportProxy
 
create(String) - Static method in class com.acrolinx.javasdk.core.report.SuggestionGroupIdImpl
 
create(Class<T>, T, Session) - Method in class com.acrolinx.javasdk.core.server.adapter.AuthorizationFaultExceptionHandlingAdapterProxyFactory
 
create(CheckInformation) - Static method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
create() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsFactoryImpl
 
create(String, User) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsFactoryImpl
 
create(String, User, SingleSignOnConfiguration) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsFactoryImpl
 
create() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntriesFactoryImpl
 
create() - Method in class com.acrolinx.javasdk.core.server.MetaInfosFactoryImpl
 
create() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsFactoryImpl
 
create() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationsFactoryImpl
 
create(String) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationsFactoryImpl
 
create(ServerEndpointConfiguration, AcrolinxClient, AcrolinxProxySelector) - Static method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
create() - Method in class com.acrolinx.javasdk.core.terminology.TerminologyQueryBuilderFactoryImpl
 
create() - Static method in class com.acrolinx.javasdk.core.util.Crypt
 
create(AcrolinxFactory, GuiCheckController) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactoryFactory
 
create(String, CheckResult, ClientSettings, CachedPrivileges, ClientProperties, ServerConnection) - Method in class com.acrolinx.javasdk.gui.checking.dialog.CorrectionModelFactory
 
create(MarkingColorProvider, CheckResult, InlineCheckCallback, InlineCheckDocumentSessionControllerFactory, GuiCheckController, int, MessageBoxDialogPresenter, SetContextMenuPresenter, ClientSettings, String, CachedPrivileges, ClientProperties, ServerConnection) - Static method in class com.acrolinx.javasdk.gui.checking.inline.InlineCheckMarkingStrategy
 
create() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculatorFactories
 
create() - Static method in class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
create(Report) - Static method in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusImpl
 
create(Set<Flag>, Key, Listener, Listener, Listener, InlineCheckDocumentSessionController) - Method in interface com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandListFactory
 
create(Set<Flag>, Key, Listener, Listener, Listener, InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandListFactoryImpl
 
create(Flag, Set<Flag>, Suggestion, InlineCheckDocumentSessionController, MessageBoxDialogPresenter, Localizer) - Static method in class com.acrolinx.javasdk.gui.commands.handler.ReplaceInWholeDocumentCommandWithQuestionClickHandler
 
create(Localizer) - Static method in class com.acrolinx.javasdk.gui.dialogs.options.Log4JHandler
 
create(DocumentSessionProvider) - Method in class com.acrolinx.javasdk.gui.extensions.ClientExtensionProviderFactory
 
create() - Method in class com.acrolinx.javasdk.gui.GuiUpdateListenerContextFactory
 
create(PluginSettings) - Method in class com.acrolinx.javasdk.gui.LocalizersFactory
Creates a new Localizer which is used to localize the Acrolinx Java SDK.
create(String) - Method in class com.acrolinx.javasdk.gui.LocalizersFactory
 
create(CheckResult) - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerFactory
 
create(MarkingController, InlineCheckCallback, MarkingColorProvider, CheckResult, GuiCheckController, MessageBoxDialogPresenter, SetContextMenuPresenter, CachedPrivileges, ClientSettings, ClientProperties, ServerConnection) - Method in class com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionControllerFactory
 
create(DocumentSessionComponentFactory<DocumentType>, Extractor<DocumentType>, OffsetEditorView) - Method in class com.acrolinx.javasdk.gui.sessions.DocumentSessionsFactory
create(ExtendedOffsetMarkingList) - Method in class com.acrolinx.javasdk.gui.sessions.MarkingStoreFactory
 
create(String) - Method in class com.acrolinx.javasdk.gui.sessions.TagsFactory
 
create() - Method in class com.acrolinx.javasdk.gui.sessions.TagsFactory
 
create(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsFactory
 
create(ConnectionSettings, CheckSettings, PluginSettings, ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsFactory
 
create() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsFactory
 
create() - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsFactory
 
create() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsFactory
 
create(Container) - Static method in class com.acrolinx.javasdk.gui.swing.DefaultDialogPositioningStrategy
 
create(HostAppDocumentController, SampleClient) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.DocumentSessionProviderFactory
 
create(Shell) - Static method in class com.acrolinx.javasdk.gui.swt.DefaultDialogPositioningStrategy
 
create(GuiCheckController, ClientSettings, ExtractionCheck, ServerSideSettingsProvider) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.OptionContentPresenterFactory
 
create(HostAppDocumentController, SampleClient) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.DocumentSessionProviderFactory
 
create(Localizer, TaskManager) - Method in class com.acrolinx.javasdk.gui.ThreadSyncAndLocalizersFactory
Creates a new ThreadSyncWrapperAndLocalizationSetter for wrapping view object to run methods in correct UI thread.
createAboutCommand(boolean, Listener, AboutCommandCallback) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createAboutCommandCallback(Localizer, AcrolinxFactory, MessageBoxDialogPresenter) - Method in class com.acrolinx.javasdk.gui.commands.handler.GuiControllerCallbackFactory
 
createAboutDefaultCallback() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
Creates a standard about callback opening a message box.
createAcrolinxEclipsePlugin() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractActivator
Creates the GUI Eclipse plug-in.
createAcrolinxEclipsePlugin() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.Activator
Creates the GUI Eclipse plug-in.
createAction(Action) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<Action>}
createAction(Action) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<Action>}
createActionListenerAdapter(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createAdvancedOptionExtensionViewFactory() - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createAdvancedOptionsExtension(ExtensionViewFactory<AdvancedOptionsExtensionView>, ThreadSyncWrapperAndLocalizationSetter) - Method in class com.acrolinx.javasdk.gui.extensions.ExtensionsFactory
 
createAdvancedOptionsViewExtensionsFactory() - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createAggregateCheckReports() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of AggregateCheckReports
createAggregateCheckReports(AggregateCheckReports) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<AggregateCheckReports>}
createAggregateCheckReports() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of AggregateCheckReports
createAggregateCheckReports(AggregateCheckReports) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<AggregateCheckReports>}
createAggregateCheckReportsResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of AggregateCheckReportsResponse
createAggregateCheckReportsResponse(AggregateCheckReportsResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createAggregateCheckReportsResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of AggregateCheckReportsResponse
createAggregateCheckReportsResponse(AggregateCheckReportsResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createAndAddButtons(Command) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
createAndAddButtons(Command) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MainMenuToolbarViewSwingAdapter
 
createAndAddButtons(Command) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MainMenuViewSwingAdapter
 
createAndAddButtons(Command) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
createAndAddButtons(Command, JMenu) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
createAndAddView(Object) - Method in interface com.acrolinx.javasdk.gui.extensions.ExtensionViewFactory
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.extensions.SynchronizedExtension
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swing.extensions.SwingAdvancedOptionsExtensionViewFactory
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swing.extensions.SwingFilterExtensionViewFactory
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swing.extensions.SwingSegmentationExtensionViewFactory
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtension
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swt.extensions.SwtAdvancedViewExtensionFactory
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swt.extensions.SwtFilterViewExtensionFactory
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swt.extensions.SwtSegmentationViewExtensionFactory
 
createAndAddView(Object) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtension
 
createApplicationCheckSettingsStore(ApplicationStore, AcrolinxClient) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoresFactory
Creates a CheckSettingsStore using a ApplicationStore as back end.
createApplicationConnectionSettingsStore(ApplicationStore) - Method in class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoresFactory
Creates a ConnectionSettingsStore using a ApplicationStore as back end.
createApplicationExtensionSettingsStore(ApplicationStore) - Method in class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoresFactory
 
createApplicationPluginSettingsStore(ApplicationStore) - Method in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsStoresFactory
Creates a PluginSettingsStore using a ApplicationStore as back end.
createApplicationPropertiesStore(ApplicationStore) - Method in class com.acrolinx.javasdk.gui.RawStoresFactory
Creates a PropertiesStore using a ApplicationStore as back end.
createApplicationSotre(IPreferenceStore, GuiEclipseFactory, GuiFactory) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
Creates the ApplicationStore.
createApplicationStore(IPreferenceStore) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiEclipseFactory
Creates a new ApplicationStore object storing authentication token in PreferenceStore.
createApplicationStoreBased(ApplicationStore) - Method in class com.acrolinx.javasdk.gui.storage.DocumentCheckSettingsStoreProviderFactory
 
createAttributeInfo() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of AttributeInfo
createAttributeInfo(AttributeInfo) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<AttributeInfo>}
createAttributeInfo() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of AttributeInfo
createAttributeInfo(AttributeInfo) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<AttributeInfo>}
createAvailableLanguagesResult() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of AvailableLanguagesResult
createAvailableLanguagesResult(AvailableLanguagesResult) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<AvailableLanguagesResult>}
createAvailableLanguagesResult() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of AvailableLanguagesResult
createAvailableLanguagesResult(AvailableLanguagesResult) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<AvailableLanguagesResult>}
createAvailableLanguagesResultLanguageIds() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createAvailableLanguagesResultLanguageIds() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createAvailableLanguagesResultLocalizedLanguageNames() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createAvailableLanguagesResultLocalizedLanguageNames() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createBachgroundColorHandler(Label) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createBlockBuilder() - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
 
createBlockBuilder() - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createBlockContext(String, int) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
Creates a new BlockContext.
createBlockContext(String, int, Map<String, String>) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
Creates a new BlockContext.
createBlockContext(String, int) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createBlockContext(String, int, Map<String, String>) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createBlockDocumentBuilder() - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
Creates a new BlockDocumentBuilder.
createBlockDocumentBuilder() - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createBroadcastMessagesResult() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of BroadcastMessagesResult
createBroadcastMessagesResult(BroadcastMessagesResult) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<BroadcastMessagesResult>}
createBroadcastMessagesResultBroadcastMessages() - Method in class com.acrolinx.services.v3.core.ObjectFactory
createBroadcastMessageSubAction() - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createButton(Command) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
createButtonHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
 
createButtonHandler(JButton) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createButtonHandler(JPanel) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createButtonHandler(Button) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createButtonHandler(Label) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCancelCheck() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CancelCheck
createCancelCheck(CancelCheck) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CancelCheck>}
createCancelCheck() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CancelCheck
createCancelCheck(CancelCheck) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CancelCheck>}
createCancelCheckResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CancelCheckResponse
createCancelCheckResponse(CancelCheckResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CancelCheckResponse>}
createCancelCheckResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CancelCheckResponse
createCancelCheckResponse(CancelCheckResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CancelCheckResponse>}
createCannotCreateUserFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of CannotCreateUserFault
createCannotCreateUserFault(CannotCreateUserFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<CannotCreateUserFault>}
createCaptionButtonHandler(JButton) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createCaptionButtonHandler(LinkLabel) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCaptionHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
 
createCaptionHandler(AbstractButton) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createCaptionHandler(JLabel) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createCaptionHandler(JTabbedPane, int) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createCaptionHandler(TitledBorder) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createCaptionHandler(JDialog) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createCaptionHandler(TabItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCaptionHandler(Label) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCaptionHandler(Text) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCaptionHandler(Button) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCaptionHandler(Group) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCaptionHandler(Shell) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCheckAction(PrepareCheckCallback, CheckCallback, ShowResultStrategy, ClientSettings, ShowOptionsStrategy, DocumentCheckSettings, DocumentCheckSettingsStore) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createCheckAdapter(ServerConnection) - Method in class com.acrolinx.javasdk.core.server.adapter.AdapterFactory
 
createCheckBox(JCheckBox) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createCheckBox(Button) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createCheckCancelledFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckCancelledFault
createCheckCancelledFault(CheckCancelledFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckCancelledFault>}
createCheckCancelledFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckCancelledFault
createCheckCancelledFault(CheckCancelledFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckCancelledFault>}
createCheckCommands(boolean, Set<MainCommandListBuilder.Commands>, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
createCheckCommands(boolean, Set<MainCommandListBuilder.Commands>, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ToolbarCommandListBuilder
 
createCheckDocumentMtomRequest() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckDocumentMtomRequest
createCheckDocumentMtomRequest(CheckDocumentMtomRequest) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckDocumentMtomRequest>}
createCheckDocumentMtomRequest() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckDocumentMtomRequest
createCheckDocumentMtomRequest(CheckDocumentMtomRequest) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckDocumentMtomRequest>}
createCheckDocumentMtomRequestAttributeInfos() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentMtomRequestAttributeInfos() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCheckDocumentMtomRequestContextInfos() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentMtomRequestContextInfos() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCheckDocumentMtomRequestRequestedCheckResultTypes() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentMtomRequestRequestedCheckResultTypes() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCheckDocumentMtomRequestSoftExclusionBeginOffsets() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentMtomRequestSoftExclusionEndOffsets() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentRequest(CheckSettings, Document, CheckInformation, CheckType) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Converter
 
createCheckDocumentRequest(CheckSettings, Document, CheckInformation, CheckType, RestPoJOs.CheckDocumentRequest) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Converter
 
createCheckDocumentRequest(CheckSettings, Document, CheckInformation, CheckType, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Converter
 
createCheckDocumentRequest() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckDocumentRequest
createCheckDocumentRequest(CheckDocumentRequest) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckDocumentRequest>}
createCheckDocumentRequest() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckDocumentRequest
createCheckDocumentRequest(CheckDocumentRequest) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckDocumentRequest>}
createCheckDocumentRequestAttributeInfos() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentRequestAttributeInfos() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCheckDocumentRequestContextInfos() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckDocumentRequest.ContextInfos
createCheckDocumentRequestContextInfos() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckDocumentRequest.ContextInfos
createCheckDocumentRequestRequestedCheckResultTypes() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentRequestRequestedCheckResultTypes() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCheckDocumentRequestSoftExclusionBeginOffsets() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentRequestSoftExclusionEndOffsets() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckDocumentResult() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckDocumentResult
createCheckDocumentResult(CheckDocumentResult) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckDocumentResult>}
createCheckDocumentResult() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckDocumentResult
createCheckDocumentResult(CheckDocumentResult) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckDocumentResult>}
createCheckDocumentResultAnnotatedInputXmlUrl(String) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckDocumentResultAnnotatedInputXmlUrl(String) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckDocumentResultCheckReportJsonUrl(String) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckDocumentResultCheckReportJsonUrl(String) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckDocumentResultCheckReportXmlUrl(String) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckDocumentResultCheckReportXmlUrl(String) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckDocumentResultResultDetails(ResultDetails) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<ResultDetails>}
createCheckDocumentResultResultDetails(ResultDetails) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<ResultDetails>}
createCheckDocumentResultTermHarvestingOlifUrl(String) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckDocumentResultTermHarvestingOlifUrl(String) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createCheckFailedFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckFailedFault
createCheckFailedFault(CheckFailedFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckFailedFault>}
createCheckFailedFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckFailedFault
createCheckFailedFault(CheckFailedFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckFailedFault>}
createCheckingKeywordDialogAction(PrepareCheckCallback, CheckCallback, ShowResultStrategy, ClientSettings, ShowOptionsStrategy, DocumentCheckSettingsStore) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createCheckingOptionDialogCallback(ShowOptionsStrategy, PrepareCheckCallback, CheckCallback, ShowResultStrategy, DocumentCheckSettingsStore) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createCheckInlineCommand(boolean, ShowOptionsStrategy, ShowResultStrategy, InlineCheckSessionProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createCheckPriority(CheckPriority) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckPriority>}
createCheckPriority(CheckPriority) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckPriority>}
createCheckReportDependenciesResult() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckReportDependenciesResult
createCheckReportDependenciesResult() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckReportDependenciesResult
createCheckReportDependenciesResultRelativeDependencyMd5Hashes() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckReportDependenciesResultRelativeDependencyMd5Hashes() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCheckReportDependenciesResultRelativeDependencyPaths() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createCheckReportDependenciesResultRelativeDependencyPaths() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCheckReportFormat(CheckReportFormat) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckReportFormat>}
createCheckReportFormat(CheckReportFormat) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckReportFormat>}
createCheckResultType(CheckResultType) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckResultType>}
createCheckResultType(CheckResultType) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckResultType>}
createCheckSettings() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckSettings
createCheckSettings(CheckSettings) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckSettings>}
createCheckSettings() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckSettings
createCheckSettings(CheckSettings) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckSettings>}
createCheckSettingsRequestedFlagTypes() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckSettings.RequestedFlagTypes
createCheckSettingsRequestedFlagTypes() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckSettings.RequestedFlagTypes
createCheckSettingsTermSetNames() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckSettings.TermSetNames
createCheckSettingsTermSetNames() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckSettings.TermSetNames
createCheckStatusResult() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of CheckStatusResult
createCheckStatusResult(CheckStatusResult) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<CheckStatusResult>}
createCheckStatusResult() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of CheckStatusResult
createCheckStatusResult(CheckStatusResult) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<CheckStatusResult>}
createCheckWithCorrectionDialogCommand(boolean, ShowOptionsStrategy, ShowResultStrategy, CorrectionDialogCheckSessionProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createClient(ClientInformation, ApplicationStore) - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
Creates a new AcrolinxClient.
createClient(ClientInformation, ApplicationStore) - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
createClient(ClientInformation, ApplicationStore) - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
createClientInfo() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of ClientInfo
createClientInfo(ClientInfo) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<ClientInfo>}
createClientInformation(ClientInformationsFactory) - Method in interface com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePluginInitializer
The integration has to provide client information.
createClientSettings(ClientSettings, CheckSettings) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createClientSideReportStorageNotConfiguredFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createClientSideReportStorageNotConfiguredFault(ClientSideReportStorageNotConfiguredFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createClientSideReportStorageNotConfiguredFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createClientSideReportStorageNotConfiguredFault(ClientSideReportStorageNotConfiguredFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createCloseButtonHandler(JDialog) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createColorHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
 
createColorHandler(JPanel) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createColorHandler(Label) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createColorPresenter() - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createColorPresenter() - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createColorView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createComparativeCheckAction(ComparativeCheckCallback) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createConfigurationUnavailableFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of ConfigurationUnavailableFault
createConfigurationUnavailableFault(ConfigurationUnavailableFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createConfigurationUnavailableFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of ConfigurationUnavailableFault
createConfigurationUnavailableFault(ConfigurationUnavailableFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createContents(Composite) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
createContents() - Method in class com.acrolinx.javasdk.gui.swt.sample.SwtMainWindow
Creates contents of the window.
createContextInfo() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of ContextInfo
createContextInfo(ContextInfo) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<ContextInfo>}
createContextInfo() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of ContextInfo
createContextInfo(ContextInfo) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<ContextInfo>}
createContextMenuPositionPresenter() - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createContextMenuPositionPresenter() - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createContextMenuPositionView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createContextMenuPresenter(List<Command>) - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createContextMenuPresenter(List<Command>) - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createContextMenuView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createContributeTermCommand(TermCandidateFlag, InlineCheckDocumentSessionController, Listener, WebPagePresenter) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createCorrectionDialogCheckingCheckCallback(CorrectionDialogCheckCallback) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createCorrectionPresenter(CorrectionModel) - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createCorrectionPresenter(CorrectionModel) - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createCorrectionView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createCouldNotCreateDumpFault() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of CouldNotCreateDumpFault
createCouldNotCreateDumpFault(CouldNotCreateDumpFault) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<CouldNotCreateDumpFault>}
createCouldNotRestoreDumpFault() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of CouldNotRestoreDumpFault
createCouldNotRestoreDumpFault(CouldNotRestoreDumpFault) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<CouldNotRestoreDumpFault>}
createCreateDump() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of CreateDump
createCreateDump(CreateDump) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<CreateDump>}
createCreateDumpRequestId() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of CreateDumpRequestId
createCreateDumpRequestId(CreateDumpRequestId) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<CreateDumpRequestId>}
createCreateDumpResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of CreateDumpResponse
createCreateDumpResponse(CreateDumpResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<CreateDumpResponse>}
createCreateUser() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of CreateUser
createCreateUser(CreateUser) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<CreateUser>}
createCreateUserResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of CreateUserResponse
createCreateUserResponse(CreateUserResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<CreateUserResponse>}
createDeleteWordCommand(Flag, Key, InlineCheckDocumentSessionController, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createDeployTerminology() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of DeployTerminology
createDeployTerminology(DeployTerminology) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<DeployTerminology>}
createDeployTerminologyResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of DeployTerminologyResponse
createDeployTerminologyResponse(DeployTerminologyResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<DeployTerminologyResponse>}
createDialogsPresenter(ViewFactory, Localizer) - Method in class com.acrolinx.javasdk.gui.DialogsPresentersFactory
Gets the dialogs presenter.
createDialogsPresenter(ViewFactory, PresenterFactory, ThreadSyncWrapperAndLocalizationSetter) - Method in class com.acrolinx.javasdk.gui.DialogsPresentersFactory
Creates a new DialogsPresenter used to present SDK dialogs.
createDialogsPresenter(ViewFactory, PresenterFactory, ThreadSyncWrapperAndLocalizationSetter, ClientExtensionProvider) - Method in class com.acrolinx.javasdk.gui.DialogsPresentersFactory
Creates a new DialogsPresenter used to present SDK dialogs with possibility to extend the Acrolinx Java SDK.
createDialogsPresenter(ViewFactory, PresenterFactory, ThreadSyncWrapperAndLocalizationSetter, ClientExtensionProvider, WebPagePresenter) - Method in class com.acrolinx.javasdk.gui.DialogsPresentersFactory
Creates a new DialogsPresenter used to present SDK dialogs with possibility to extend the Acrolinx Java SDK.
createDialogsPresenter(Localizer, WebBrowserType, EclipseFacade) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiEclipseFactory
Creates a new createDialogsPresenter object using Eclipse preferences page and Eclipse progress in PreferenceStore.
createDialogsPresenter(Localizer, WebBrowserType) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiEclipseFactory
 
createDocument(AcrolinxFactory, String, CheckCapabilities) - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
createDocument(AcrolinxFactory, String, CheckCapabilities, ClientSettings) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
createDocumentBuilder(AcrolinxFactory, String) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.JavaFileTextPaneExtractor
 
createDocumentBuilder(AcrolinxFactory, String) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.LatexFileTextPaneExtractor
 
createDocumentBuilder(AcrolinxFactory, String) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.SampleFileTextPaneExtractor
 
createDocumentBuilder(AcrolinxFactory, String) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.ServerSideXmlFileTextPaneExtractor
 
createDocumentBuilder(AcrolinxFactory, String) - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
createDocumentBuilder(AcrolinxFactory, String, ClientSettings) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.JavaFileStyledTextExtractor
 
createDocumentBuilder(AcrolinxFactory, String, ClientSettings) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.LatexFileStyledTextExtractor
 
createDocumentBuilder(AcrolinxFactory, String, ClientSettings) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.SampleFileStyledTextExtractor
 
createDocumentBuilder(AcrolinxFactory, String, ClientSettings) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.ServerSideXmlFileStyledTextExtractor
 
createDocumentBuilder(AcrolinxFactory, String, ClientSettings) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
createDocumentOffsetCalculator(Document) - Method in class com.acrolinx.javasdk.gui.sessions.OffsetCalculators
 
createDocumentSessionProviderBased(DocumentSessionProvider) - Method in class com.acrolinx.javasdk.gui.extensions.TagListProviderFactory
 
createDocumentStatus(DocumentStatus) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<DocumentStatus>}
createDocumentStatus(DocumentStatus) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<DocumentStatus>}
CreateDump - Class in com.acrolinx.services.v6.terminology
Java class for createDump complex type.
CreateDump() - Constructor for class com.acrolinx.services.v6.terminology.CreateDump
 
createDump(String, DumpCreationRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
createDumpCreationRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of DumpCreationRequest
createDumpCreationRequest(DumpCreationRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<DumpCreationRequest>}
createDumpCreationResult() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of DumpCreationResult
createDumpCreationResult(DumpCreationResult) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<DumpCreationResult>}
CreateDumpRequestId - Class in com.acrolinx.services.v6.terminology
Java class for CreateDumpRequestId complex type.
CreateDumpRequestId() - Constructor for class com.acrolinx.services.v6.terminology.CreateDumpRequestId
 
CreateDumpResponse - Class in com.acrolinx.services.v6.terminology
Java class for createDumpResponse complex type.
CreateDumpResponse() - Constructor for class com.acrolinx.services.v6.terminology.CreateDumpResponse
 
createDuplicateWordSuggestion() - Static method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
createEclipseDialogsPresenter(Localizer, GuiEclipseFactory, WebBrowserType, EclipseFacade) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
Creates the Eclipse dialogs presenter.
createEditMarkingCommand(Set<Flag>, Key, Listener, InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createErrorBoxPresenter() - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createErrorBoxPresenter() - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createErrorBoxView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createExceptionForPre2_7Server(String) - Static method in exception com.acrolinx.javasdk.api.exceptions.IncompatibleAcrolinxServerException
 
createExceptionForPre2_7Server(String, Exception) - Static method in exception com.acrolinx.javasdk.api.exceptions.IncompatibleAcrolinxServerException
 
createExpiredPasswordInAuthTokenFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of ExpiredPasswordInAuthTokenFault
createExpiredPasswordInAuthTokenFault(ExpiredPasswordInAuthTokenFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createExpiredPasswordInAuthTokenFault() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of ExpiredPasswordInAuthTokenFault
createExpiredPasswordInAuthTokenFault(ExpiredPasswordInAuthTokenFault) - Method in class com.acrolinx.services.v4.user.ObjectFactory
createExportTerminology() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ExportTerminology
createExportTerminology(ExportTerminology) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ExportTerminology>}
createExportTerminologyRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ExportTerminologyRequest
createExportTerminologyRequest(ExportTerminologyRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ExportTerminologyRequest>}
createExportTerminologyResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ExportTerminologyResponse
createExportTerminologyResponse(ExportTerminologyResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ExportTerminologyResponse>}
createExportTerminologyResult() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ExportTerminologyResult
createExportTerminologyResult(ExportTerminologyResult) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ExportTerminologyResult>}
createExtensionProvider() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
Creates a ClientExtensionProvider override this method to extend Acrolinx Java SDK.
createExtractionCheckAction(PrepareCheckCallback, CheckCallback, ClientSettings) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createExtractionCheckingOptionDialogCallback(PrepareCheckCallback, CheckCallback) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createFacade(ServerEndpointConfiguration) - Method in class com.acrolinx.javasdk.core.server.adapter.WsServerFacadeFactory
 
createFileCheckSettingsStore(File, AcrolinxClient) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoresFactory
Creates a new CheckSettingsStore for storing settings in a file.
createFileConnectionSettingsStore(File) - Method in class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoresFactory
Creates a new file-based connection settings store.
createFileExtensionSettingsStore(File) - Method in class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoresFactory
 
createFilePluginSettingsStore(File) - Method in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsStoresFactory
Creates a new plug-in settings store for storing settings in a file.
createFilePropertiesStore(File) - Method in class com.acrolinx.javasdk.gui.RawStoresFactory
Creates a PropertiesStoreProvider providing a PropertiesStore using a File to store the properties.
createFileStoreBased(File) - Method in class com.acrolinx.javasdk.gui.storage.DocumentCheckSettingsStoreProviderFactory
 
createFilterExtension(ExtensionViewFactory<FilterExtensionView>, ThreadSyncWrapperAndLocalizationSetter, TagListProvider) - Method in class com.acrolinx.javasdk.gui.extensions.ExtensionsFactory
Creates segmentation extension.
createFilterOptionViewExtensionFactory() - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createFilterOptionViewExtensionFactory() - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createFindTerms() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of FindTerms
createFindTerms(FindTerms) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<FindTerms>}
createFindTermsRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of FindTermsRequest
createFindTermsRequest(FindTermsRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<FindTermsRequest>}
createFindTermsResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of FindTermsResponse
createFindTermsResponse(FindTermsResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<FindTermsResponse>}
createFlagFeedback() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of FlagFeedback
createFlagFeedback(FlagFeedback) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<FlagFeedback>}
createFlagFeedback() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of FlagFeedback
createFlagFeedback(FlagFeedback) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<FlagFeedback>}
createFlagResultDetails() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of FlagResultDetails
createFlagResultDetails(FlagResultDetails) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<FlagResultDetails>}
createFlagType(FlagType) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<FlagType>}
createFlagType(FlagType) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<FlagType>}
createForBlockDocument() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculatorFactories
 
createForBlockDocument(Function<T, Integer>) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculatorFactories
 
createFromFile(File) - Method in class com.acrolinx.javasdk.api.factory.ApplicationStores
 
createFromFile(File) - Method in class com.acrolinx.javasdk.core.storage.ApplicationStoresFactoryImpl
 
createGetAllAvailablePrivileges() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetAllAvailablePrivileges
createGetAllAvailablePrivileges(GetAllAvailablePrivileges) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<GetAllAvailablePrivileges>}
createGetAllAvailablePrivilegesResponse() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetAllAvailablePrivilegesResponse
createGetAllAvailablePrivilegesResponse(GetAllAvailablePrivilegesResponse) - Method in class com.acrolinx.services.v4.user.ObjectFactory
createGetAuthToken() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetAuthToken
createGetAuthToken(GetAuthToken) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetAuthToken>}
createGetAuthTokenResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetAuthTokenResponse
createGetAuthTokenResponse(GetAuthTokenResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetAuthTokenResponse>}
createGetAvailableLanguages() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetAvailableLanguages
createGetAvailableLanguages(GetAvailableLanguages) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<GetAvailableLanguages>}
createGetAvailableLanguages() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetAvailableLanguages
createGetAvailableLanguages(GetAvailableLanguages) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<GetAvailableLanguages>}
createGetAvailableLanguagesResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetAvailableLanguagesResponse
createGetAvailableLanguagesResponse(GetAvailableLanguagesResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createGetAvailableLanguagesResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetAvailableLanguagesResponse
createGetAvailableLanguagesResponse(GetAvailableLanguagesResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createGetAvailableServiceVersions() - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of GetAvailableServiceVersions
createGetAvailableServiceVersions(GetAvailableServiceVersions) - Method in class com.acrolinx.services.registry.ObjectFactory
createGetAvailableServiceVersionsResponse() - Method in class com.acrolinx.services.registry.ObjectFactory
createGetAvailableServiceVersionsResponse(GetAvailableServiceVersionsResponse) - Method in class com.acrolinx.services.registry.ObjectFactory
createGetBroadcastMessages() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetBroadcastMessages
createGetBroadcastMessages(GetBroadcastMessages) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetBroadcastMessages>}
createGetBroadcastMessagesResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetBroadcastMessagesResponse
createGetBroadcastMessagesResponse(GetBroadcastMessagesResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createGetCheckDocumentResult() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetCheckDocumentResult
createGetCheckDocumentResult(GetCheckDocumentResult) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckDocumentResult>}
createGetCheckDocumentResult() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetCheckDocumentResult
createGetCheckDocumentResult(GetCheckDocumentResult) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckDocumentResult>}
createGetCheckDocumentResultResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetCheckDocumentResultResponse
createGetCheckDocumentResultResponse(GetCheckDocumentResultResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createGetCheckDocumentResultResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetCheckDocumentResultResponse
createGetCheckDocumentResultResponse(GetCheckDocumentResultResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createGetCheckReportDependencies() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetCheckReportDependencies
createGetCheckReportDependencies(GetCheckReportDependencies) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckReportDependencies>}
createGetCheckReportDependencies() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetCheckReportDependencies
createGetCheckReportDependencies(GetCheckReportDependencies) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckReportDependencies>}
createGetCheckReportDependenciesResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createGetCheckReportDependenciesResponse(GetCheckReportDependenciesResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createGetCheckReportDependenciesResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createGetCheckReportDependenciesResponse(GetCheckReportDependenciesResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createGetCheckResultContents() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetCheckResultContents
createGetCheckResultContents(GetCheckResultContents) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckResultContents>}
createGetCheckResultContents() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetCheckResultContents
createGetCheckResultContents(GetCheckResultContents) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckResultContents>}
createGetCheckResultContentsResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetCheckResultContentsResponse
createGetCheckResultContentsResponse(GetCheckResultContentsResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createGetCheckResultContentsResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetCheckResultContentsResponse
createGetCheckResultContentsResponse(GetCheckResultContentsResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createGetCheckStatus() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetCheckStatus
createGetCheckStatus(GetCheckStatus) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckStatus>}
createGetCheckStatus() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetCheckStatus
createGetCheckStatus(GetCheckStatus) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckStatus>}
createGetCheckStatusResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetCheckStatusResponse
createGetCheckStatusResponse(GetCheckStatusResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckStatusResponse>}
createGetCheckStatusResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetCheckStatusResponse
createGetCheckStatusResponse(GetCheckStatusResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<GetCheckStatusResponse>}
createGetCreateDumpResult() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of GetCreateDumpResult
createGetCreateDumpResult(GetCreateDumpResult) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<GetCreateDumpResult>}
createGetCreateDumpResultResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of GetCreateDumpResultResponse
createGetCreateDumpResultResponse(GetCreateDumpResultResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
createGetGrantedPrivileges() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetGrantedPrivileges
createGetGrantedPrivileges(GetGrantedPrivileges) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<GetGrantedPrivileges>}
createGetGrantedPrivilegesResponse() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetGrantedPrivilegesResponse
createGetGrantedPrivilegesResponse(GetGrantedPrivilegesResponse) - Method in class com.acrolinx.services.v4.user.ObjectFactory
createGetKnownServiceNames() - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of GetKnownServiceNames
createGetKnownServiceNames(GetKnownServiceNames) - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of JAXBElement<GetKnownServiceNames>}
createGetKnownServiceNamesResponse() - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of GetKnownServiceNamesResponse
createGetKnownServiceNamesResponse(GetKnownServiceNamesResponse) - Method in class com.acrolinx.services.registry.ObjectFactory
createGetLanguageCapabilities() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetLanguageCapabilities
createGetLanguageCapabilities(GetLanguageCapabilities) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<GetLanguageCapabilities>}
createGetLanguageCapabilities() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetLanguageCapabilities
createGetLanguageCapabilities(GetLanguageCapabilities) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<GetLanguageCapabilities>}
createGetLanguageCapabilitiesResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of GetLanguageCapabilitiesResponse
createGetLanguageCapabilitiesResponse(GetLanguageCapabilitiesResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createGetLanguageCapabilitiesResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of GetLanguageCapabilitiesResponse
createGetLanguageCapabilitiesResponse(GetLanguageCapabilitiesResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createGetRestoreDumpResult() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of GetRestoreDumpResult
createGetRestoreDumpResult(GetRestoreDumpResult) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<GetRestoreDumpResult>}
createGetRestoreDumpResultResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of GetRestoreDumpResultResponse
createGetRestoreDumpResultResponse(GetRestoreDumpResultResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
createGetServerId() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetServerId
createGetServerId(GetServerId) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetServerId>}
createGetServerIdResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetServerIdResponse
createGetServerIdResponse(GetServerIdResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetServerIdResponse>}
createGetServerSideClientProperties() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetServerSideClientProperties
createGetServerSideClientProperties(GetServerSideClientProperties) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createGetServerSideClientPropertiesResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
createGetServerSideClientPropertiesResponse(GetServerSideClientPropertiesResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createGetServerVersion() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetServerVersion
createGetServerVersion(GetServerVersion) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetServerVersion>}
createGetServerVersionResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetServerVersionResponse
createGetServerVersionResponse(GetServerVersionResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetServerVersionResponse>}
createGetServiceUri() - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of GetServiceUri
createGetServiceUri(GetServiceUri) - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of JAXBElement<GetServiceUri>}
createGetServiceUriResponse() - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of GetServiceUriResponse
createGetServiceUriResponse(GetServiceUriResponse) - Method in class com.acrolinx.services.registry.ObjectFactory
Create an instance of JAXBElement<GetServiceUriResponse>}
createGetSignatureChallenge() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetSignatureChallenge
createGetSignatureChallenge(GetSignatureChallenge) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<GetSignatureChallenge>}
createGetSignatureChallengeResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of GetSignatureChallengeResponse
createGetSignatureChallengeResponse(GetSignatureChallengeResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createGetUserProperties() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetUserProperties
createGetUserProperties(GetUserProperties) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<GetUserProperties>}
createGetUserPropertiesResponse() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetUserPropertiesResponse
createGetUserPropertiesResponse(GetUserPropertiesResponse) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<GetUserPropertiesResponse>}
createGetUserProperty() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetUserProperty
createGetUserProperty(GetUserProperty) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<GetUserProperty>}
createGetUserPropertyResponse() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of GetUserPropertyResponse
createGetUserPropertyResponse(GetUserPropertyResponse) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<GetUserPropertyResponse>}
createGuiCheckController(ViewFactory, AcrolinxClient) - Method in class com.acrolinx.javasdk.gui.GuiCheckControllersFactory
 
createGuiCheckController(AcrolinxEclipsePluginInitializer, GuiFactory, GuiEclipseFactory, GuiSwtFactory) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
Creates the GUI check controller.
createGuiCheckControllerWithDefaultServerSideStore(ViewFactory, ConnectionSettingsStore, PluginSettingsStore, AcrolinxClient, ExtensionSettingsStore) - Method in class com.acrolinx.javasdk.gui.GuiCheckControllersFactory
This is the most simple way to get an GuiCheckController; it stores its connectionSettings in a local file and saves its CheckSettings on the server.
createGuiCheckControllerWithDialogsPresenter(DialogsPresenter, AcrolinxClient, Localizer) - Method in class com.acrolinx.javasdk.gui.GuiCheckControllersFactory
 
createGuiCheckControllerWithDialogsPresenterAndDefaultServerSideStore(DialogsPresenter, ConnectionSettingsStore, PluginSettingsStore, AcrolinxClient, Localizer) - Method in class com.acrolinx.javasdk.gui.GuiCheckControllersFactory
Creates the GUI check controller.
createGuiCheckControllerWithDialogsPresenterAndDifferentStores(DialogsPresenter, ConnectionSettingsStore, CheckSettingsStore, PluginSettingsStore, AcrolinxClient, Localizer, ExtensionSettingsStore) - Method in class com.acrolinx.javasdk.gui.GuiCheckControllersFactory
Creates the GUI check controller.
createGuiCheckControllerWithDifferentStores(ViewFactory, ConnectionSettingsStore, CheckSettingsStore, PluginSettingsStore, AcrolinxClient, Localizer, ExtensionSettingsStore) - Method in class com.acrolinx.javasdk.gui.GuiCheckControllersFactory
Gets the GUI check controller.
createGuiControllerBuilder(GuiCheckController, DocumentSession) - Method in class com.acrolinx.javasdk.gui.GuiControllersFactory
 
createGuiControllerBuilder(GuiCheckController, DocumentSessionProvider) - Method in class com.acrolinx.javasdk.gui.GuiControllersFactory
 
createGuiControllerBuilder(GuiCheckController, DocumentSessionProvider, DocumentCheckSettingsStoreProvider) - Method in class com.acrolinx.javasdk.gui.GuiControllersFactory
Creates the GUI controller builder which is used for building a GuiController, depending on the functionality you want to provide.
createHasNamedPrivilege() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of HasNamedPrivilege
createHasNamedPrivilege(HasNamedPrivilege) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<HasNamedPrivilege>}
createHasNamedPrivilegeResponse() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of HasNamedPrivilegeResponse
createHasNamedPrivilegeResponse(HasNamedPrivilegeResponse) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<HasNamedPrivilegeResponse>}
createHelpCommand(String, boolean, boolean, Flag, WebPagePresenter, URL, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createHelpCommand(boolean, Listener, HelpCommandCallback) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createHostAppDocumentStore() - Method in class com.acrolinx.javasdk.gui.swing.sample.HandlerFactory
 
createHttpClient(ServerEndpointConfiguration) - Method in class com.acrolinx.javasdk.core.server.adapter.HttpClientHelper
 
createHttpGet(URI) - Method in class com.acrolinx.javasdk.core.server.adapter.HttpClientHelper
 
createHttpHost(URL) - Method in class com.acrolinx.javasdk.core.server.adapter.HttpClientHelper
 
createHttpPost(URI, Object) - Method in class com.acrolinx.javasdk.core.server.adapter.HttpClientHelper
 
createHttpPut(URI, Object) - Method in class com.acrolinx.javasdk.core.server.adapter.HttpClientHelper
 
createIcon(Images) - Method in class com.acrolinx.javasdk.gui.swing.IconUtil
 
createIdentityOffsetCalculator() - Method in class com.acrolinx.javasdk.gui.sessions.OffsetCalculators
 
createIgnoreFlagCommand(Flag, Listener, InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createIgnoreInWholeDocumentCommand(Set<Flag>, Listener, InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createIgnoreMarkingCommand(Set<Flag>, Listener, InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createImageHandler(JButton) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createImageHandler(Button) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createImageHandler(Label) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createImportance(Importance) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<Importance>}
createImportTerminology() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ImportTerminology
createImportTerminology(ImportTerminology) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ImportTerminology>}
createImportTerminologyRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ImportTerminologyRequest
createImportTerminologyRequest(ImportTerminologyRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ImportTerminologyRequest>}
createImportTerminologyResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ImportTerminologyResponse
createImportTerminologyResponse(ImportTerminologyResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ImportTerminologyResponse>}
createImportTerminologyResult() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of ImportTerminologyResult
createImportTerminologyResult(ImportTerminologyResult) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<ImportTerminologyResult>}
createInlineCheckingCheckCallback(InlineCheckCallback) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createInMemory() - Method in class com.acrolinx.javasdk.api.factory.ApplicationStores
 
createInMemory() - Method in class com.acrolinx.javasdk.core.storage.ApplicationStoresFactoryImpl
 
createInsufficientPrivilegesFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of InsufficientPrivilegesFault
createInsufficientPrivilegesFault(InsufficientPrivilegesFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createInsufficientPrivilegesFault() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of InsufficientPrivilegesFault
createInsufficientPrivilegesFault(InsufficientPrivilegesFault) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
createInsufficientPrivilegesFault() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of InsufficientPrivilegesFault
createInsufficientPrivilegesFault(InsufficientPrivilegesFault) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
createIntegerBasedOffsetCalculator(DocumentPartMapping<Integer>) - Method in class com.acrolinx.javasdk.gui.sessions.OffsetCalculators
 
createIntegerOffsetToIntegerFunction() - Method in class com.acrolinx.javasdk.gui.sessions.OffsetCalculators
 
createInvalidCredentialsFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of InvalidCredentialsFault
createInvalidCredentialsFault(InvalidCredentialsFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<InvalidCredentialsFault>}
createInvalidSessionFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of InvalidSessionFault
createInvalidSessionFault(InvalidSessionFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<InvalidSessionFault>}
createInvalidSessionFault() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of InvalidSessionFault
createInvalidSessionFault(InvalidSessionFault) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<InvalidSessionFault>}
createInvalidSessionFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of InvalidSessionFault
createInvalidSessionFault(InvalidSessionFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<InvalidSessionFault>}
createInvalidSessionFault() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of InvalidSessionFault
createInvalidSessionFault(InvalidSessionFault) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<InvalidSessionFault>}
createInvalidSessionFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of InvalidSessionFault
createInvalidSessionFault(InvalidSessionFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<InvalidSessionFault>}
createInvalidSessionFault() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of InvalidSessionFault
createInvalidSessionFault(InvalidSessionFault) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<InvalidSessionFault>}
createInvalidSignatureFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of InvalidSignatureFault
createInvalidSignatureFault(InvalidSignatureFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<InvalidSignatureFault>}
createInvalidUsernameFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of InvalidUsernameFault
createInvalidUsernameFault(InvalidUsernameFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<InvalidUsernameFault>}
createIsUserSelfRegistrationEnabled() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of IsUserSelfRegistrationEnabled
createIsUserSelfRegistrationEnabled(IsUserSelfRegistrationEnabled) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createIsUserSelfRegistrationEnabledResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
createIsUserSelfRegistrationEnabledResponse(IsUserSelfRegistrationEnabledResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createJavaDocument(String) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
Warning:This Document type is experimental and not supported by Acrolinx.
createJavaDocument(String) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createKeywordList() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of KeywordList
createKeywordList(KeywordList) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<KeywordList>}
createKeywordListWords() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of KeywordList.Words
createKeyWordsDialogPresenter() - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createKeyWordsDialogPresenter() - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createKeyWordsDialogView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createLanguageOptionsResult() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of LanguageOptionsResult
createLanguageOptionsResult(LanguageOptionsResult) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<LanguageOptionsResult>}
createLanguageOptionsResult() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of LanguageOptionsResult
createLanguageOptionsResult(LanguageOptionsResult) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<LanguageOptionsResult>}
createLanguageOptionsResultCustomAdmittedTermFlagName(String) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createLanguageOptionsResultCustomAdmittedTermFlagName(String) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<String>}
createLanguageOptionsResultReuseHarvestingSentenceBankIds() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createLanguageOptionsResultReuseHarvestingSentenceBankIds(LanguageOptionsResult.ReuseHarvestingSentenceBankIds) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createLanguageOptionsResultReuseHarvestingSentenceBankIds() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createLanguageOptionsResultReuseHarvestingSentenceBankIds(LanguageOptionsResult.ReuseHarvestingSentenceBankIds) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createLanguageOptionsResultRuleSetCapabilities() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createLanguageOptionsResultRuleSetCapabilities() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createLaTexDocument(String) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
Warning:This Document type is experimental and not supported by Acrolinx.
createLaTexDocument(String) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createLicensingFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of LicensingFault
createLicensingFault(LicensingFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<LicensingFault>}
createLink(Composite) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
createLocalHelpCommand(String, boolean, boolean, Flag, WebPagePresenter, URL, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createLocalizedSubMonitor(int) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.ContainerProgressMonitor
 
createLookupLinkedTerms() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of LookupLinkedTerms
createLookupLinkedTerms(LookupLinkedTerms) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<LookupLinkedTerms>}
createLookupLinkedTermsRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of LookupLinkedTermsRequest
createLookupLinkedTermsRequest(LookupLinkedTermsRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<LookupLinkedTermsRequest>}
createLookupLinkedTermsResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of LookupLinkedTermsResponse
createLookupLinkedTermsResponse(LookupLinkedTermsResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<LookupLinkedTermsResponse>}
createMainMenuCommandList() - Method in class com.acrolinx.javasdk.gui.GuiController
Creates the main menu command list.
createMarkings(DocumentType, OffsetEditorView) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetBasedSessionComponentFactory
 
createMarkings(DocumentType, OffsetEditorView) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionComponentFactory
 
createMarkingStore() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetComponentFactory
 
createMarkingStore() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.TextPaneOffsetBasedComponentFactory
 
createMarkingStore() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetBasedComponentFactory
 
createMemoryPropertiesStore() - Method in class com.acrolinx.javasdk.gui.RawStoresFactory
 
createMemoryStore() - Method in class com.acrolinx.javasdk.gui.storage.check.DocumentCheckSettingsStoreFactory
 
createMemoryStoreProvider(PropertiesStore) - Method in class com.acrolinx.javasdk.gui.RawStoresFactory
createMenuAdapter(JMenu) - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createMenuAdapter(Menu) - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createMessage() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of Message
createMessage(Message) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<Message>}
createMessageBoxPresenter() - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createMessageBoxPresenter() - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createMessageBoxView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createMetaInfo() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of MetaInfo
createMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<MetaInfo>}
createMetaInfo() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of MetaInfo
createMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<MetaInfo>}
createMetaInfo() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of MetaInfo
createMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<MetaInfo>}
createMetaInfo() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of MetaInfo
createMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<MetaInfo>}
createMouseListener(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createMouseListener(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createMultiColumnListHandler(JTable) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createMultiColumnListHandler(Table) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createMultiDocumentAcrolinxHandler() - Method in class com.acrolinx.javasdk.gui.swing.sample.HandlerFactory
 
createMultiDocumentAcrolinxHandler() - Method in class com.acrolinx.javasdk.gui.swt.sample.HandlerFactory
 
createMultiDocumentDialog(Frame) - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleWindowFactory
 
createMultiDocumentDialog(Shell) - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleWindowFactory
 
createMultiSelectionListHandler(JList<Object>) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createMultiSelectionListHandler(Table) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createNavigator(OffsetEditorView) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetBasedSessionComponentFactory
 
createNavigator(OffsetEditorView) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionComponentFactory
 
createNextCommand(boolean, DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createNextCommand(boolean, DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createNoOpCommand(String, boolean) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createNoSuchAuthTokenFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of NoSuchAuthTokenFault
createNoSuchAuthTokenFault(NoSuchAuthTokenFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<NoSuchAuthTokenFault>}
createNoSuchAuthTokenFault() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of NoSuchAuthTokenFault
createNoSuchAuthTokenFault(NoSuchAuthTokenFault) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<NoSuchAuthTokenFault>}
createNoSuchCheckIdFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of NoSuchCheckIdFault
createNoSuchCheckIdFault(NoSuchCheckIdFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<NoSuchCheckIdFault>}
createNoSuchCheckIdFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of NoSuchCheckIdFault
createNoSuchCheckIdFault(NoSuchCheckIdFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<NoSuchCheckIdFault>}
createNoSuchCheckResultFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of NoSuchCheckResultFault
createNoSuchCheckResultFault(NoSuchCheckResultFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<NoSuchCheckResultFault>}
createNoSuchCheckResultFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of NoSuchCheckResultFault
createNoSuchCheckResultFault(NoSuchCheckResultFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<NoSuchCheckResultFault>}
createNoSuchUserInAuthTokenFault() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of NoSuchUserInAuthTokenFault
createNoSuchUserInAuthTokenFault(NoSuchUserInAuthTokenFault) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<NoSuchUserInAuthTokenFault>}
createNoSuchUserInAuthTokenFault() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of NoSuchUserInAuthTokenFault
createNoSuchUserInAuthTokenFault(NoSuchUserInAuthTokenFault) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<NoSuchUserInAuthTokenFault>}
createNotificationsPresenter(List<BroadcastMessage>) - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createNotificationsPresenter(List<BroadcastMessage>) - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createNotificationsView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createOffsetBasedComponentFactory(OffsetComponentFactory, OffsetCalculatorFactory<DocumentType>) - Method in class com.acrolinx.javasdk.gui.sessions.ComponentFactories
 
createOffsetCalculator(DocumentType) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculatorFactory
 
createOffsetCalculator(BlockDocument<T>) - Method in class com.acrolinx.javasdk.gui.sessions.BlockOffsetCalculatorFactory
 
createOffsetCalculator(Document) - Method in class com.acrolinx.javasdk.gui.sessions.DocumentOffsetCalculatorFactory
 
createOffsetCalculator(DocumentPartMapping<T>, Function<T, Integer>) - Method in class com.acrolinx.javasdk.gui.sessions.OffsetCalculators
 
createOffsetEditorView() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetComponentFactory
 
createOffsetEditorView() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.TextPaneOffsetBasedComponentFactory
 
createOffsetEditorView() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetBasedComponentFactory
 
createOffsetMarkingList() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetComponentFactory
 
createOffsetMarkingList() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.TextPaneOffsetBasedComponentFactory
 
createOffsetMarkingList() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetBasedComponentFactory
 
createOffsetMarkingNavigator(OffsetMarkingIndex, OffsetEditorView) - Method in class com.acrolinx.javasdk.gui.sessions.MarkingNavigatorsFactory
 
createOffsetMarkings(OffsetCalculator, OffsetMarkingList, OffsetEditorView) - Method in class com.acrolinx.javasdk.gui.sessions.MarkingsFactory
Creates a new Markings object.
createOffsets() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of Offsets
createOffsets(Offsets) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<Offsets>}
createOptionDialogPresenter(ClientSettings, OptionDialogCallback, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, ClientSettingsValidator, ProgressRunner, Log4JHandler, ConnectionSettingsHistoryStore, ExtractionCheck, ServerSideSettingsProvider) - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createOptionDialogPresenter(ClientSettings, OptionDialogCallback, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, ClientSettingsValidator, ProgressRunner, Log4JHandler, ConnectionSettingsHistoryStore, ExtractionCheck, ServerSideSettingsProvider) - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createOptionView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createPing() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of Ping
createPing(Ping) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<Ping>}
createPingResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of PingResponse
createPingResponse(PingResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<PingResponse>}
createPositionWindowAdapter(String, DialogPositioningStrategy, Component) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createPositionWindowAdapter(String, DialogPositioningStrategy, Shell) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createPresenter() - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtension
 
createPresenter() - Method in interface com.acrolinx.javasdk.gui.extensions.ExtensionPresenterFactory
 
createPresenter() - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtension
 
createPresenter() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtension
 
createPresenter() - Method in class com.acrolinx.javasdk.gui.extensions.SynchronizedExtension
 
createPresenter() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtension
 
createPresenter() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
createPresenter() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtension
 
createPresenterFactory(Localizer) - Method in class com.acrolinx.javasdk.gui.DialogsPresentersFactory
Creates a new PresenterFactory.
createPresentOptionsAction(ShowOptionsStrategy, Set<DialogsPresenter.OptionsArea>, OptionDialogCallback, ExtractionCheck) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createPreviousCommand(boolean, DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createPreviousCommand(boolean, DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createPrivilegesAdapter() - Method in class com.acrolinx.javasdk.core.server.adapter.AdapterFactory
 
createProgressPresenter(TaskManager) - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createProgressPresenter(TaskManager) - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createProgressView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createPropertiesBasedStore(String, PropertiesStore) - Method in class com.acrolinx.javasdk.gui.storage.check.DocumentCheckSettingsStoreFactory
 
createPropertiesCheckSettingsStore(PropertiesStore, AcrolinxClient) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoresFactory
Creates a CheckSettingsStore storing settings on PropertiesStore.
createPropertiesConnectionSettingsStore(PropertiesStore) - Method in class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoresFactory
Creates a ConnectionSettingsStore using a PropertiesStore as back end.
createPropertiesDocumentCheckSettingsStore(PropertiesStore) - Method in class com.acrolinx.javasdk.gui.storage.DocumentCheckSettingsStoreProviderFactory
 
createPropertiesExtensionStore(PropertiesStore) - Method in class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoresFactory
 
createPropertiesPluginSettingsStore(PropertiesStore) - Method in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsStoresFactory
Creates a PluginSettingsStore using a PropertiesStore as back end.
createPropertiesStoreProviderCheckSettingsStore(PropertiesStoreProvider, AcrolinxClient) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoresFactory
 
createRecheckSelectionCommand(boolean, RecheckSessionProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createReleaseCheckResult() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of ReleaseCheckResult
createReleaseCheckResult(ReleaseCheckResult) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<ReleaseCheckResult>}
createReleaseCheckResult() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of ReleaseCheckResult
createReleaseCheckResult(ReleaseCheckResult) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<ReleaseCheckResult>}
createReleaseCheckResultResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of ReleaseCheckResultResponse
createReleaseCheckResultResponse(ReleaseCheckResultResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<ReleaseCheckResultResponse>}
createReleaseCheckResultResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of ReleaseCheckResultResponse
createReleaseCheckResultResponse(ReleaseCheckResultResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<ReleaseCheckResultResponse>}
createReleaseSession() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of ReleaseSession
createReleaseSession(ReleaseSession) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<ReleaseSession>}
createReleaseSessionResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of ReleaseSessionResponse
createReleaseSessionResponse(ReleaseSessionResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<ReleaseSessionResponse>}
createReplaceCommand(String, Flag, Suggestion, InlineCheckDocumentSessionController, Listener, Key) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createReplaceInWholeDocumentCommand(Flag, Set<Flag>, Key, Listener, InlineCheckDocumentSessionController, List<Suggestion>) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createReportDependenciesResult(CheckReportDependenciesResult) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createReportDependenciesResult(CheckReportDependenciesResult) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createRequestDescription() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of RequestDescription
createRequestDescription(RequestDescription) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<RequestDescription>}
createRequestDescription() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of RequestDescription
createRequestDescription(RequestDescription) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<RequestDescription>}
createRequestFormat(RequestFormat) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<RequestFormat>}
createRequestFormat(RequestFormat) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<RequestFormat>}
createRequestSession() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of RequestSession
createRequestSession(RequestSession) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<RequestSession>}
createRequestSessionRequest() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of RequestSessionRequest
createRequestSessionRequest(RequestSessionRequest) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<RequestSessionRequest>}
createRequestSessionResponse() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of RequestSessionResponse
createRequestSessionResponse(RequestSessionResponse) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<RequestSessionResponse>}
createResourceBundle(Locale) - Method in class com.acrolinx.javasdk.localization.ResourceBundleFactoryImpl
 
createRestoreDump() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of RestoreDump
createRestoreDump(RestoreDump) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<RestoreDump>}
createRestoreDumpRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of RestoreDumpRequest
createRestoreDumpRequest(RestoreDumpRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<RestoreDumpRequest>}
createRestoreDumpRequestId() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of RestoreDumpRequestId
createRestoreDumpRequestId(RestoreDumpRequestId) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<RestoreDumpRequestId>}
createRestoreDumpResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of RestoreDumpResponse
createRestoreDumpResponse(RestoreDumpResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<RestoreDumpResponse>}
createRestoreDumpResult() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of RestoreDumpResult
createRestoreDumpResult(RestoreDumpResult) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<RestoreDumpResult>}
createResultDetails() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of ResultDetails
createResultDetails() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of ResultDetails
createResultDetailsFlagResultDetails() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of ResultDetails.FlagResultDetails
createResultDetailsResultFlagCountsByType() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createResultDetailsResultFlagTypes() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of ResultDetails.ResultFlagTypes
createResultDialogPresenter(OkCancelDialogCallback, MarkingColorProvider, WebPagePresenter) - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createResultDialogPresenter(OkCancelDialogCallback, MarkingColorProvider, WebPagePresenter) - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createResultStatistics(ResultDetails) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<ResultDetails>}
createResultStatistics(ResultDetails) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<ResultDetails>}
createResultView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createRightClickMouseAdapter(JTextPane, DocumentSession) - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createRightClickMouseAdapter(StyledText, DocumentSession) - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createRuleSetCapabilities() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of RuleSetCapabilities
createRuleSetCapabilities(RuleSetCapabilities) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<RuleSetCapabilities>}
createRuleSetCapabilities() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of RuleSetCapabilities
createRuleSetCapabilities(RuleSetCapabilities) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<RuleSetCapabilities>}
createRuleSetCapabilitiesContextInfoNames() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createRuleSetCapabilitiesContextInfoNames() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createRuleSetCapabilitiesFlagTypes() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of RuleSetCapabilities.FlagTypes
createRuleSetCapabilitiesFlagTypes() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of RuleSetCapabilities.FlagTypes
createRuleSetCapabilitiesTermSetNames() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of RuleSetCapabilities.TermSetNames
createRuleSetCapabilitiesTermSetNames() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of RuleSetCapabilities.TermSetNames
createScope(Scope) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<Scope>}
createScope(Scope) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<Scope>}
createSearchTerms() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of SearchTerms
createSearchTerms(SearchTerms) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<SearchTerms>}
createSearchTermsResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of SearchTermsResponse
createSearchTermsResponse(SearchTermsResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<SearchTermsResponse>}
createSegmentationDefinitionBuilder(SegmentationDefinition.InclusionMode) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
 
createSegmentationDefinitionBuilder(SegmentationDefinition.InclusionMode) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createSegmentationDefinitionFromFile(File) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
 
createSegmentationDefinitionFromFile(File) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createSegmentationExtension(ExtensionViewFactory<SegmentationExtensionView>, ThreadSyncWrapperAndLocalizationSetter, TagListProvider) - Method in class com.acrolinx.javasdk.gui.extensions.ExtensionsFactory
Creates segmentation extension.
createSegmentationOptionViewExtensionFactory() - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createSegmentationOptionViewExtensionFactory() - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createSelectionListenerAdapter(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createSeparator() - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createSeparatorCommand() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createServerCheckSettingsStore(AcrolinxClient, Localizer) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoresFactory
Creates a new server-based CheckSettingsStore.
createServerConnection(ClientInformation, ApplicationStore, ConnectionSettings) - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
Established a ServerConnection.
createServerConnection(ClientInformation, ApplicationStore, ConnectionSettings) - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
createServerConnection(ClientInformation, ApplicationStore, ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
createServerConnectionAdapter() - Method in class com.acrolinx.javasdk.core.server.adapter.AdapterFactory
 
createServerExtensionSettingsStore(AcrolinxClient, Localizer) - Method in class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoresFactory
 
createServerPresenter(ConnectionSettings, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, ConnectionSettingsHistoryStore) - Method in interface com.acrolinx.javasdk.gui.PresenterFactory
 
createServerPresenter(ConnectionSettings, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, ConnectionSettingsHistoryStore) - Method in class com.acrolinx.javasdk.gui.PresenterFactoryImpl
 
createServerPropertiesStoreProvider(AcrolinxClient, Localizer) - Method in class com.acrolinx.javasdk.gui.RawStoresFactory
Creates a PropertiesStoreProvider providing a PropertiesStore using a server connection to store the properties.
createServerSideClientPropertiesResult() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of ServerSideClientPropertiesResult
createServerSideClientPropertiesResult(ServerSideClientPropertiesResult) - Method in class com.acrolinx.services.v3.core.ObjectFactory
createServerSideClientPropertiesResultClientPropertyKeys() - Method in class com.acrolinx.services.v3.core.ObjectFactory
createServerSideClientPropertiesResultClientPropertyValues() - Method in class com.acrolinx.services.v3.core.ObjectFactory
createServerVersionResult() - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of ServerVersionResult
createServerVersionResult(ServerVersionResult) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<ServerVersionResult>}
createServerVersionResultLicensedModules() - Method in class com.acrolinx.services.v3.core.ObjectFactory
createServerView() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
createSessionType(SessionType) - Method in class com.acrolinx.services.v3.core.ObjectFactory
Create an instance of JAXBElement<SessionType>}
createSetMenuPositionCommand(Listener, SetContextMenuPresenter, DocumentSessionControllerProvider) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createShowOptionsCommand(boolean, Listener, InlineCheckSessionProvider) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createShowReportCommand(boolean, DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createSimpleDialog(Frame) - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleWindowFactory
 
createSimpleDialog(Shell) - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleWindowFactory
 
createSimpleHandler() - Method in class com.acrolinx.javasdk.gui.swing.sample.HandlerFactory
 
createSimpleHandler(Shell) - Method in class com.acrolinx.javasdk.gui.swt.sample.HandlerFactory
 
createSingleDocumentSessionProvider(DocumentSession) - Method in class com.acrolinx.javasdk.gui.sessions.DocumentSessionProvidersFactory
Creates a new DocumentSessionProvider just for one single DocumentSession.
createSingleSelectionListHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
 
createSingleSelectionListHandler(JComboBox<Object>) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createSingleSelectionListHandler(Combo) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createState(State) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<State>}
createState(State) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<State>}
createStore() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetBasedSessionComponentFactory
 
createStore() - Method in interface com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionComponentFactory
 
createStoreUserProperties() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of StoreUserProperties
createStoreUserProperties(StoreUserProperties) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<StoreUserProperties>}
createStoreUserPropertiesRequest() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of StoreUserPropertiesRequest
createStoreUserPropertiesRequest(StoreUserPropertiesRequest) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<StoreUserPropertiesRequest>}
createStoreUserPropertiesResponse() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of StoreUserPropertiesResponse
createStoreUserPropertiesResponse(StoreUserPropertiesResponse) - Method in class com.acrolinx.services.v4.user.ObjectFactory
createStringDocument(String) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
Takes a string and creates a Document that you can check with Acrolinx Server.
createStringDocument(String) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createStyledTextOffsetComponentFactory(StyledText) - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createSubmitCheckDocumentMtomRequest() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of SubmitCheckDocumentMtomRequest
createSubmitCheckDocumentMtomRequest(SubmitCheckDocumentMtomRequest) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createSubmitCheckDocumentMtomRequest() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of SubmitCheckDocumentMtomRequest
createSubmitCheckDocumentMtomRequest(SubmitCheckDocumentMtomRequest) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createSubmitCheckDocumentMtomRequestResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createSubmitCheckDocumentMtomRequestResponse(SubmitCheckDocumentMtomRequestResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createSubmitCheckDocumentMtomRequestResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createSubmitCheckDocumentMtomRequestResponse(SubmitCheckDocumentMtomRequestResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createSubmitCheckDocumentRequest() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of SubmitCheckDocumentRequest
createSubmitCheckDocumentRequest(SubmitCheckDocumentRequest) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of JAXBElement<SubmitCheckDocumentRequest>}
createSubmitCheckDocumentRequest() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of SubmitCheckDocumentRequest
createSubmitCheckDocumentRequest(SubmitCheckDocumentRequest) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<SubmitCheckDocumentRequest>}
createSubmitCheckDocumentRequestResponse() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createSubmitCheckDocumentRequestResponse(SubmitCheckDocumentRequestResponse) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createSubmitCheckDocumentRequestResponse() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createSubmitCheckDocumentRequestResponse(SubmitCheckDocumentRequestResponse) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createSubmitCreateDumpRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of SubmitCreateDumpRequest
createSubmitCreateDumpRequest(SubmitCreateDumpRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<SubmitCreateDumpRequest>}
createSubmitCreateDumpRequestResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of SubmitCreateDumpRequestResponse
createSubmitCreateDumpRequestResponse(SubmitCreateDumpRequestResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
createSubmitDictionaryEntry() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of SubmitDictionaryEntry
createSubmitDictionaryEntry(SubmitDictionaryEntry) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitDictionaryEntry>}
createSubmitDictionaryEntry() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of SubmitDictionaryEntry
createSubmitDictionaryEntry(SubmitDictionaryEntry) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitDictionaryEntry>}
createSubmitDictionaryEntryCommand(SpellingFlag, InlineCheckDocumentSessionController, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createSubmitDictionaryEntryRequest() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of SubmitDictionaryEntryRequest
createSubmitDictionaryEntryRequest(SubmitDictionaryEntryRequest) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
createSubmitDictionaryEntryRequest() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of SubmitDictionaryEntryRequest
createSubmitDictionaryEntryRequest(SubmitDictionaryEntryRequest) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
createSubmitDictionaryEntryResponse() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of SubmitDictionaryEntryResponse
createSubmitDictionaryEntryResponse(SubmitDictionaryEntryResponse) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
createSubmitDictionaryEntryResponse() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of SubmitDictionaryEntryResponse
createSubmitDictionaryEntryResponse(SubmitDictionaryEntryResponse) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
createSubmitFlagFeedback() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of SubmitFlagFeedback
createSubmitFlagFeedback(SubmitFlagFeedback) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitFlagFeedback>}
createSubmitFlagFeedback() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of SubmitFlagFeedback
createSubmitFlagFeedback(SubmitFlagFeedback) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitFlagFeedback>}
createSubmitFlagFeedbackRequest() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of SubmitFlagFeedbackRequest
createSubmitFlagFeedbackRequest(SubmitFlagFeedbackRequest) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitFlagFeedbackRequest>}
createSubmitFlagFeedbackRequest() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of SubmitFlagFeedbackRequest
createSubmitFlagFeedbackRequest(SubmitFlagFeedbackRequest) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitFlagFeedbackRequest>}
createSubmitFlagFeedbackRequestFlagFeedbacks() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
createSubmitFlagFeedbackRequestFlagFeedbacks() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
createSubmitFlagFeedbackResponse() - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of SubmitFlagFeedbackResponse
createSubmitFlagFeedbackResponse(SubmitFlagFeedbackResponse) - Method in class com.acrolinx.services.v3.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitFlagFeedbackResponse>}
createSubmitFlagFeedbackResponse() - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of SubmitFlagFeedbackResponse
createSubmitFlagFeedbackResponse(SubmitFlagFeedbackResponse) - Method in class com.acrolinx.services.v4.feedback.ObjectFactory
Create an instance of JAXBElement<SubmitFlagFeedbackResponse>}
createSubmitRestoreDumpRequest() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of SubmitRestoreDumpRequest
createSubmitRestoreDumpRequest(SubmitRestoreDumpRequest) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<SubmitRestoreDumpRequest>}
createSubmitRestoreDumpRequestResponse() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of SubmitRestoreDumpRequestResponse
createSubmitRestoreDumpRequestResponse(SubmitRestoreDumpRequestResponse) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
createTerminologyAdapter(ServerConnection) - Method in class com.acrolinx.javasdk.core.server.adapter.AdapterFactory
 
createTerminologyExportFault() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of TerminologyExportFault
createTerminologyExportFault(TerminologyExportFault) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<TerminologyExportFault>}
createTerminologyImportFault() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of TerminologyImportFault
createTerminologyImportFault(TerminologyImportFault) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
Create an instance of JAXBElement<TerminologyImportFault>}
createTerminologyManagerUnavailableFault() - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
createTerminologyManagerUnavailableFault(TerminologyManagerUnavailableFault) - Method in class com.acrolinx.services.v6.terminology.ObjectFactory
createTextHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
 
createTextHandler(AbstractButton) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createTextHandler(JLabel) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createTextHandler(JTextComponent) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createTextHandler(JDialog) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createTextHandler(Text) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createTextHandler(StyledText) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createTextHandler(Label) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createTextHandler(Button) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createTextHandler(Group) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createTextHandler(Shell) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createTextPaneOffsetComponentFactory(JTextPane) - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createToggleHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
 
createToggleHandler(JToggleButton) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
 
createToggleHandler(Button) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
 
createToggleMarkingsCommand(boolean, DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createToggleStepModeCommand(DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.ContextMenuCommandFactory
 
createToggleStepThroughModeCommand(boolean, DocumentSessionControllerProvider, Listener) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
createToolbarAdapter(JToolBar) - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createToolbarAdapter(ToolBar) - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createToolbarCommandList() - Method in class com.acrolinx.javasdk.gui.GuiController
Creates the toolbar command list.
createUser() - Method in class com.acrolinx.javasdk.core.server.adapter.AuthorizationManager
 
createUser(String, String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
createUser(String, String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
createUser(String, String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
createUser(String, String, String) - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
CreateUser - Class in com.acrolinx.services.v3.core
Java class for createUser complex type.
CreateUser() - Constructor for class com.acrolinx.services.v3.core.CreateUser
 
createUser(String, String, String) - Method in interface com.acrolinx.services.v3.core.ICoreService
 
createUserAdapter(ServerConnection) - Method in class com.acrolinx.javasdk.core.server.adapter.AdapterFactory
 
createUserMetadataIncompleteFault() - Method in class com.acrolinx.services.v4.checking.ObjectFactory
Create an instance of UserMetadataIncompleteFault
createUserMetadataIncompleteFault(UserMetadataIncompleteFault) - Method in class com.acrolinx.services.v4.checking.ObjectFactory
createUserMetadataIncompleteFault() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of UserMetadataIncompleteFault
createUserMetadataIncompleteFault(UserMetadataIncompleteFault) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
createUserProperties() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of UserProperties
createUserProperties(UserProperties) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<UserProperties>}
createUserPropertiesResult() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of UserPropertiesResult
createUserPropertiesResult(UserPropertiesResult) - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of JAXBElement<UserPropertiesResult>}
createUserPropertiesUserPropertyKeys() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of UserProperties.UserPropertyKeys
createUserPropertiesUserPropertyValues() - Method in class com.acrolinx.services.v4.user.ObjectFactory
Create an instance of UserProperties.UserPropertyValues
CreateUserResponse - Class in com.acrolinx.services.v3.core
Java class for createUserResponse complex type.
CreateUserResponse() - Constructor for class com.acrolinx.services.v3.core.CreateUserResponse
 
createViewFactory() - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createViewFactory(Font) - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
createViewFactory(Shell) - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
createWithMandatorySettings(SegmentationDefinition.InclusionMode) - Static method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
createWordlist() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of Wordlist
createWordlist(Wordlist) - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of JAXBElement<Wordlist>}
createWordlistWords() - Method in class com.acrolinx.services.v5.checking.ObjectFactory
Create an instance of Wordlist.Words
createWrapedOptionDialogCallback(OptionDialogCallback) - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
createWrapedOptionDialogCallback(OptionDialogCallback) - Method in interface com.acrolinx.javasdk.gui.OptionDialogCallbackProvider
Gets the warped option dialog callback which saves settings, updates localizer, and configures logging
createXmlDocumentFromFile(File, SegmentationDefinition) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
createXmlDocumentFromFile(File, SegmentationDefinition) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
createXmlDocumentFromStream(InputStream, SegmentationDefinition) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
createXmlDocumentFromStream(InputStream, SegmentationDefinition) - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
Crypt - Class in com.acrolinx.javasdk.core.util
The Crypt is used to encrypt and decrypt password.
Crypt() - Constructor for class com.acrolinx.javasdk.core.util.Crypt
 
CryptAES - Class in com.acrolinx.javasdk.core.util
The class Crypt helps to make a salted AES de-/encryption.
CryptRandom - Class in com.acrolinx.javasdk.core.util
The CryptRandom is A very simple Crypt implementation used if the better encryption does not work.
customAdmittedTermFlagName - Variable in class com.acrolinx.services.v4.checking.LanguageOptionsResult
 
customAdmittedTermFlagName - Variable in class com.acrolinx.services.v5.checking.LanguageOptionsResult
 
CustomAdmittedTermStateUtil - Class in com.acrolinx.javasdk.core.server.adapter
Determines if the name of admitted terms has been changed in server-side configuration.
customCriteria - Variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
Custom search criteria in form of a list of strings.
customCriteria - Variable in class com.acrolinx.services.v6.terminology.FindTermsRequest
 
CYAN - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant CYAN.

D

DARK_GRAY - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant DARK_GRAY.
darken() - Method in enum com.acrolinx.javasdk.api.client.DefaultFlagColor
Gets a darker version of the color (70% of all RGB values).
darker() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Darker.
data - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
 
data - Variable in class com.acrolinx.services.v6.terminology.RestoreDumpRequest
 
DATE - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
The date and time of the check start CheckingInformation.getCheckStartTime().
decorateImage(Image, Image) - Static method in class com.swtdesigner.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
decorateImage(Image, Image, int) - Static method in class com.swtdesigner.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
decrypt(String) - Method in class com.acrolinx.javasdk.core.util.Crypt
 
decrypt(String) - Method in class com.acrolinx.javasdk.core.util.CryptAES
 
decrypt(String) - Method in class com.acrolinx.javasdk.core.util.CryptRandom
 
DEFAULT_PROXYPORT - Static variable in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
The constant DEFAULT_PROXYPORT is the default http proxy port 8080.
DefaultAboutCommandCallback - Class in com.acrolinx.javasdk.gui.commands.handler
The DefaultAboutCommandCallback is a small default implementation opening a small message box with about information.
DefaultAboutCommandCallback(Localizer, AcrolinxFactory, MessageBoxDialogPresenter) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.DefaultAboutCommandCallback
 
DefaultButtonsComposite - Class in com.acrolinx.javasdk.gui.swt.dialogs
The class DefaultButtonsComposite is an SWT Composite containing Cancel and OK buttons.
DefaultButtonsComposite(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.DefaultButtonsComposite
Create the composite.
DefaultButtonsPanel - Class in com.acrolinx.javasdk.gui.swing.dialogs
The class DefaultButtonsPanel is a JPanel with an OK and a Cancel button.
DefaultButtonsPanel() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.DefaultButtonsPanel
Create the panel.
DefaultButtonView - Interface in com.acrolinx.javasdk.gui.dialogs.views
The interface DefaultButtonView is used by views supporting all default buttons.
DefaultDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs
The class DefaultDialog is an SWT Dialog implementing show and dismiss methods implementing DefaultView.
DefaultDialog(Shell, int) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.DefaultDialog
 
DefaultDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.DefaultDialog
 
DefaultDialogCallback - Interface in com.acrolinx.javasdk.gui.dialogs.callbacks
The interface DefaultDialogCallback is used if a dialog has standard onOk / onCancel buttons and has checks for it.
DefaultDialogPositioningStrategy - Class in com.acrolinx.javasdk.gui.swing
 
DefaultDialogPositioningStrategy - Class in com.acrolinx.javasdk.gui.swt
 
DefaultFlagColor - Enum in com.acrolinx.javasdk.api.client
The enum DefaultFlagColor is the list of the all default flag colors as they are defined in other Acrolinx Plug-ins.
The flag colors can be used to color the background of the flagged text or draw a colored line under the issue text.
if you want to use these colors as foreground (for example, in the result dialog), use the DefaultFlagColor.darken() method to get a darker version of the colors.
DefaultMarkingColorProvider - Class in com.acrolinx.javasdk.gui
The class DefaultMarkingColorProvider can be used to query the Java SDK for the color of a flag.
DefaultPresenter - Class in com.acrolinx.javasdk.gui.dialogs
The class DefaultPresenter is used to present a view with OK and Cancel buttons.
DefaultPresenter() - Constructor for class com.acrolinx.javasdk.gui.dialogs.DefaultPresenter
 
DefaultView - Interface in com.acrolinx.javasdk.gui.dialogs.views
The interface DefaultView is used by all views having a normal life cycle with showing and dismissing.
DeployTerminology - Class in com.acrolinx.services.v6.terminology
Java class for deployTerminology complex type.
DeployTerminology() - Constructor for class com.acrolinx.services.v6.terminology.DeployTerminology
 
deployTerminology(String) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
deployTerminologyAfterImport - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
 
DeployTerminologyResponse - Class in com.acrolinx.services.v6.terminology
Java class for deployTerminologyResponse complex type.
DeployTerminologyResponse() - Constructor for class com.acrolinx.services.v6.terminology.DeployTerminologyResponse
 
DEPRECATED - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
DeprecatedTermFlagPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
The DeprecatedTermFlagPoJo is used while report parsing.
DeprecatedTermFlagPoJo(String, List<SuggestionPoJo>, List<ClassifiedSuggestion>, List<Match>, List<Explanation>, String, boolean, SimpleContext) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.DeprecatedTermFlagPoJo
 
description - Variable in class com.acrolinx.services.v5.checking.KeywordList
 
description - Variable in class com.acrolinx.services.v5.checking.Wordlist
 
deserialize(Properties) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsToPropertiesSerializer
 
deserialize(Properties) - Method in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsToPropertiesSerializer
 
DetailButtonView - Interface in com.acrolinx.javasdk.gui.dialogs.views
 
DetailedView - Interface in com.acrolinx.javasdk.gui.dialogs.views
 
detailLogUrl - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
 
DialogCallback - Interface in com.acrolinx.javasdk.gui.dialogs.callbacks
The interface DialogCallback is used if a dialog has a Cancel, Close, or X button.
dialogClosed(ClientSettings) - Method in class com.acrolinx.javasdk.gui.actions.CheckingOptionDialogCallback
 
dialogClosed(ClientSettings) - Method in class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
dialogClosed(KeyWordsModel) - Method in class com.acrolinx.javasdk.gui.actions.StoringAndCheckingKeywordDialogCallback
 
dialogClosed() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionCallback
 
dialogClosed(ClientSettings) - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionDialogCallback
Called if dialog is closed.
dialogClosed(ConnectionSettings) - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerDialogCallback
 
dialogClosed(KeyWordsModel) - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsDialogCallback
 
DialogPositioningStrategy - Interface in com.acrolinx.javasdk.gui.dialogs.views
The DialogPositioningStrategy is used to set the position of a dialog.
DialogsPresenter - Interface in com.acrolinx.javasdk.gui
The interface DialogsPresenter is used for displaying all kinds of dialogs used by the Acrolinx Java SDK.
DialogsPresenter.OptionsArea - Enum in com.acrolinx.javasdk.gui
DialogsPresenter.OptionsArea defines the area or dialog which should be shown.
dialogsPresenters() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
DialogsPresentersFactory - Class in com.acrolinx.javasdk.gui
A factory for creating DialogsPresenters.
DialogsPresentersFactory(ThreadSyncAndLocalizersFactory, ImageResourceLoader) - Constructor for class com.acrolinx.javasdk.gui.DialogsPresentersFactory
 
dictionaryEntries() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
dictionaryEntries() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
dictionaryEntries() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
DictionaryEntriesFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating DictionaryEntry objects.
DictionaryEntriesFactoryImpl - Class in com.acrolinx.javasdk.core.server
 
DictionaryEntriesFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.server.DictionaryEntriesFactoryImpl
 
DictionaryEntry - Interface in com.acrolinx.javasdk.api.server
The DictionaryEntry is used to submit new entries to server-side dictionary.
DictionaryEntryBuilder - Interface in com.acrolinx.javasdk.api.factory
 
DictionaryEntryBuilderImpl - Class in com.acrolinx.javasdk.core.server
 
DictionaryEntryBuilderImpl(DictionaryEntry) - Constructor for class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
DictionaryEntryBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
DictionaryEntryImpl - Class in com.acrolinx.javasdk.core.server
 
DictionaryEntryImpl() - Constructor for class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
DictionaryScope - Enum in com.acrolinx.javasdk.api.server
The DictionaryScope is used to define which dictionary is used at Acrolinx Server.
DIRECT() - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsFactory
 
DIRECT - Static variable in interface com.acrolinx.javasdk.api.server.ProxySettings
No proxy will be used.
DIRECT() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsFactoryImpl
 
disconnect() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
To release the sessions, it is important to call this method when you are done with all of your checks or closing the application.
dismiss() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.ContextMenuPresenter.ContextMenuView
 
dismiss() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DefaultView
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.ContextMenuDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
dismiss() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
dismiss() - Method in interface com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceView
 
display(AdvancedOptionsExtensionView) - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionPresenter
 
display(ExtensionView) - Method in interface com.acrolinx.javasdk.gui.extensions.ExtensionPresenter
Display values.
display(FilterExtensionView) - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionPresenter
 
display(SegmentationExtensionView) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionPresenter
 
display(SampleExtensionView) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionPresenter
 
display(SampleExtensionView) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionPresenter
 
dispose() - Static method in class com.swtdesigner.SWTResourceManager
Dispose of cached objects and their underlying OS resources.
disposeColors() - Static method in class com.swtdesigner.SWTResourceManager
Dispose of all the cached Color's.
disposeCursors() - Static method in class com.swtdesigner.SWTResourceManager
Dispose all of the cached cursors.
disposeFonts() - Static method in class com.swtdesigner.SWTResourceManager
Dispose all of the cached Font's.
disposeImages() - Static method in class com.swtdesigner.SWTResourceManager
Dispose all of the cached Image's.
Document - Interface in com.acrolinx.javasdk.api.extraction
A ServerEndpoint can check documents via the CheckAdapter.
Document.NullDocument - Interface in com.acrolinx.javasdk.api.extraction
The class Document.NullDocument is a null object for Document.
DocumentBuilder<SUBCLASS_TYPE extends DocumentBuilder<SUBCLASS_TYPE,DOCUMENT_TYPE>,DOCUMENT_TYPE extends Document> - Interface in com.acrolinx.javasdk.api.extraction
A DocumentBuilder is used to build a Document.
DocumentCheckSettings - Interface in com.acrolinx.javasdk.api.checksettings
DocumentCheckSettings are used to define all check settings belonging to an specific document like SEO key words
documentCheckSettings() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
documentCheckSettings() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
documentCheckSettings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
DocumentCheckSettingsBuilder - Interface in com.acrolinx.javasdk.api.checksettings
DocumentCheckSettingsBuilderImpl - Class in com.acrolinx.javasdk.core.checkSettings
DocumentCheckSettingsBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsBuilderImpl
 
DocumentCheckSettingsFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating DocumentCheckSettings.
DocumentCheckSettingsFactoryImpl - Class in com.acrolinx.javasdk.core.checkSettings
DocumentCheckSettingsFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsFactoryImpl
 
DocumentCheckSettingsImpl - Class in com.acrolinx.javasdk.core.checkSettings
The DocumentCheckSettingsImpl is the default implementation of DocumentCheckSettings.
DocumentCheckSettingsImpl(List<Keyword>) - Constructor for class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsImpl
 
DocumentCheckSettingsStore - Interface in com.acrolinx.javasdk.gui.storage.check
The DocumentCheckSettingsStore is used to load and store document-related check settings.
DocumentCheckSettingsStoreFactory - Class in com.acrolinx.javasdk.gui.storage.check
A factory for creating DocumentCheckSettingsStores.
DocumentCheckSettingsStoreFactory(AcrolinxFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.check.DocumentCheckSettingsStoreFactory
 
DocumentCheckSettingsStoreProvider - Class in com.acrolinx.javasdk.gui.storage
DocumentCheckSettingsStoreProvider(GuiFactory, PropertiesStore) - Constructor for class com.acrolinx.javasdk.gui.storage.DocumentCheckSettingsStoreProvider
 
DocumentCheckSettingsStoreProviderFactory - Class in com.acrolinx.javasdk.gui.storage
A factory for creating DocumentCheckSettingsStoreProviders.
DocumentCheckSettingsStoreProviderFactory(GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.DocumentCheckSettingsStoreProviderFactory
 
documentCheckSettingsStoreProviders() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
documentCheckSettingsStores() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
documentFlagCount - Variable in class com.acrolinx.services.v4.checking.ResultDetails
 
documentFlagCount - Variable in class com.acrolinx.services.v5.checking.ResultDetails
 
DocumentOffsetCalculatorFactory - Class in com.acrolinx.javasdk.gui.sessions
A factory for creating OffsetCalculator based on simple Documents.
Warning: not applicable on BlockDocuments.
DocumentOffsetCalculatorFactory(OffsetCalculators) - Constructor for class com.acrolinx.javasdk.gui.sessions.DocumentOffsetCalculatorFactory
 
DocumentPart<PositionInDocument> - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The DocumentPart represents a part of an original position.
DocumentPartImpl<PositionInDocument> - Class in com.acrolinx.javasdk.core.extraction.block
 
DocumentPartImpl(PositionInDocument, RelativeRange) - Constructor for class com.acrolinx.javasdk.core.extraction.block.DocumentPartImpl
 
DocumentPartMapping<PositionInDocument> - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The DocumentPartMapping maps between positions in request text and original document positions.
documents() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
documents() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
documents() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
documentScore - Variable in class com.acrolinx.services.v4.checking.ResultDetails
 
documentScore - Variable in class com.acrolinx.services.v5.checking.ResultDetails
 
DocumentSession - Interface in com.acrolinx.javasdk.gui.sessions
The DocumentSession represents all needed information of a host applications document by the Acrolinx Java SDK.
DocumentSessionActivatedHandler - Class in com.acrolinx.javasdk.gui.sessions.event
The DocumentSessionActivatedHandler handles the event, if a new document becomes active.
DocumentSessionActivatedHandler(GuiUpdateListener) - Constructor for class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionActivatedHandler
 
DocumentSessionBeforeClosedHandler - Class in com.acrolinx.javasdk.gui.sessions.event
The DocumentSessionBeforeClosedHandler is notified if a document session will be closed.
DocumentSessionBeforeClosedHandler(GuiCheckController) - Constructor for class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionBeforeClosedHandler
 
DocumentSessionClientExtensionProvider - Class in com.acrolinx.javasdk.gui.extensions
The DocumentSessionClientExtensionProvider is used to provide predefined extensions filtered by ExtensionFilters on the current DocumentSession.
DocumentSessionClientExtensionProvider(LinkedHashSet<Map.Entry<ClientExtension<?, ?>, ExtensionFilter>>, DocumentSessionProvider) - Constructor for class com.acrolinx.javasdk.gui.extensions.DocumentSessionClientExtensionProvider
 
DocumentSessionClosedListener - Class in com.acrolinx.javasdk.gui.sessions.event
The DocumentSessionClosedListener is notified if a session has been closed.
DocumentSessionClosedListener(GuiCheckController) - Constructor for class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionClosedListener
 
documentSessionComponentFactories() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
DocumentSessionComponentFactory<DocumentType extends Document> - Interface in com.acrolinx.javasdk.gui.sessions.impl
The DocumentSessionComponentFactory splits the implementation of a DocumentSession to useful chunks of functionality.
DocumentSessionController - Interface in com.acrolinx.javasdk.gui.sessions.controller
The DocumentSessionController is returned to the integration for post-check interactions with the Java SDK.
DocumentSessionControllerProvider - Interface in com.acrolinx.javasdk.gui.sessions.controller
The interface DocumentSessionControllerProvider is used to provide a DocumentSessionController.
DocumentSessionCreatedListener - Class in com.acrolinx.javasdk.gui.sessions.event
The DocumentSessionClosedListener is notified if a new session is created.
DocumentSessionCreatedListener(GuiUpdateListener) - Constructor for class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionCreatedListener
 
DocumentSessionEventHandler - Interface in com.acrolinx.javasdk.gui.sessions
The DocumentSessionEventHandler is used to notify a GuiController about document events.
DocumentSessionImpl<DocumentType extends Document> - Class in com.acrolinx.javasdk.gui.sessions.impl
The DocumentSessionImpl is the default implementation of a DocumentSession.
DocumentSessionImpl(DocumentSessionComponentFactory<DocumentType>, Extractor<DocumentType>, OffsetEditorView) - Constructor for class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
DocumentSessionListener - Interface in com.acrolinx.javasdk.gui.sessions.event
The DocumentSessionListener is notified if something happens with the DocumentSession.
DocumentSessionProvider - Interface in com.acrolinx.javasdk.gui.sessions
The DocumentSessionProvider provides the DocumentSession for active application document.
DocumentSessionProviderFactory - Class in com.acrolinx.javasdk.gui.swing.sample.multi.session
A factory for creating host application-specific DocumentSessionProviders.
DocumentSessionProviderFactory() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.session.DocumentSessionProviderFactory
 
DocumentSessionProviderFactory - Class in com.acrolinx.javasdk.gui.swt.sample.multi.session
A factory for creating host application-specific DocumentSessionProviders.
DocumentSessionProviderFactory() - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.session.DocumentSessionProviderFactory
 
documentSessionProviders() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
DocumentSessionProvidersFactory - Class in com.acrolinx.javasdk.gui.sessions
A factory for creating DocumentSessionProviders.
DocumentSessionProvidersFactory() - Constructor for class com.acrolinx.javasdk.gui.sessions.DocumentSessionProvidersFactory
 
documentSessions() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
DocumentSessionsFactory - Class in com.acrolinx.javasdk.gui.sessions
A factory for creating DocumentSessions.
DocumentSessionsFactory() - Constructor for class com.acrolinx.javasdk.gui.sessions.DocumentSessionsFactory
 
DocumentSessionTagListProvider - Class in com.acrolinx.javasdk.gui.extensions
The DocumentSessionTagListProvider provides the Tags of the current DocumentSession provided by a DocumentSessionProvider.
DocumentSessionTagListProvider(DocumentSessionProvider) - Constructor for class com.acrolinx.javasdk.gui.extensions.DocumentSessionTagListProvider
 
DocumentsFactory - Interface in com.acrolinx.javasdk.api.extraction
A factory for creating Documents.
DocumentsFactoryImpl - Class in com.acrolinx.javasdk.core.extraction
 
DocumentsFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
DocumentStatus - Enum in com.acrolinx.javasdk.api.report
A quick overview about the quality of a checked document.
DocumentStatus - Enum in com.acrolinx.services.v4.checking
Java class for DocumentStatus.
documentStatus - Variable in class com.acrolinx.services.v4.checking.ResultDetails
 
DocumentStatus - Enum in com.acrolinx.services.v5.checking
Java class for DocumentStatus.
documentStatus - Variable in class com.acrolinx.services.v5.checking.ResultDetails
 
DocumentTypeFilterSettingsImpl - Class in com.acrolinx.javasdk.gui.extensions.filter
DocumentTypeFilterSettingsImpl() - Constructor for class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
DocumentTypeIdentifier - Class in com.acrolinx.javasdk.core.extraction
The DocumentTypeIdentifier is providing a unique identifier for all documents containing the same tags.
DocumentTypeIdentifier(String) - Constructor for class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
DocumentTypeIdentifier(DocumentTypeIdentifier.Detail.Type, String) - Constructor for class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
DocumentTypeIdentifier.Detail - Class in com.acrolinx.javasdk.core.extraction
 
DocumentTypeIdentifier.Detail.Type - Enum in com.acrolinx.javasdk.core.extraction
 
DocumentTypeIdentifierMarshaller - Class in com.acrolinx.javasdk.gui.extensions.segmentation
The DocumentTypeIdentifierMarshaller creates the most common DocumentTypeIdentifier for a given identifier string.
DocumentTypeIdentifierRegistry - Class in com.acrolinx.javasdk.gui.extensions.segmentation
DocumentTypeIdentifierRegistry() - Constructor for class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeIdentifierRegistry
 
DocumentTypeIdentifierRegistry(Collection<DocumentTypeIdentifier>) - Constructor for class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeIdentifierRegistry
 
DocumentTypeSegmentationSettingsImpl - Class in com.acrolinx.javasdk.gui.extensions.segmentation
DocumentTypeSegmentationSettingsImpl() - Constructor for class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
domain - Variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
The domain that the resulting terms must be in, or null for any domain.
domain - Variable in class com.acrolinx.services.v6.terminology.FindTermsRequest
 
DOMGlobalSettings - Class in com.acrolinx.javasdk.core.extraction
The DOMGlobalSettings are used while text extraction.
DOMGlobalSettings(SegmentationExtensionSettings.DocumentTypeSegmentationSettings, FilterExtensionSettings.DocumentTypeFilterSettings) - Constructor for class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
DOMNodeWrapper<R> - Class in com.acrolinx.javasdk.core.extraction
 
DOMNodeWrapper(DOMGlobalSettings) - Constructor for class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper
 
DOMNodeWrapper.DOMIterator - Class in com.acrolinx.javasdk.core.extraction
 
DOMNodeWrapper.DOMIterator(ChildSiblingIterable<R>) - Constructor for class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper.DOMIterator
 
DoNotSyncWrap - Annotation Type in com.acrolinx.javasdk.gui.threading.proxy
Indicates that the annotated method result should not be wrapped with a proxy.
dumpCreationRequest - Variable in class com.acrolinx.services.v6.terminology.CreateDump
 
DumpCreationRequest - Class in com.acrolinx.services.v6.terminology
Java class for DumpCreationRequest complex type.
DumpCreationRequest() - Constructor for class com.acrolinx.services.v6.terminology.DumpCreationRequest
 
dumpCreationRequest - Variable in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequest
 
DumpCreationResult - Class in com.acrolinx.services.v6.terminology
Java class for DumpCreationResult complex type.
DumpCreationResult() - Constructor for class com.acrolinx.services.v6.terminology.DumpCreationResult
 
dumpFileUrl - Variable in class com.acrolinx.services.v6.terminology.DumpCreationResult
 
dumpId - Variable in class com.acrolinx.services.v6.terminology.CreateDumpRequestId
 
dumpId - Variable in class com.acrolinx.services.v6.terminology.RestoreDumpRequestId
 
dumpRestoreRequest - Variable in class com.acrolinx.services.v6.terminology.RestoreDump
 
dumpRestoreRequest - Variable in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequest
 
DUPLICATE_WORD - Static variable in class com.acrolinx.javasdk.core.internal.reportpojo.ReportHandler
The tag for duplicated words.

E

EclipseClientExtensionProvider - Class in com.acrolinx.javasdk.gui.swt.eclipse
 
EclipseClientExtensionProvider() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.EclipseClientExtensionProvider
 
EclipseFacade - Class in com.acrolinx.javasdk.gui.swt.eclipse
The class EclipseFacade is a facade hiding access to Eclipse workbench.
EclipseFacade() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.EclipseFacade
 
EclipseStore - Class in com.acrolinx.javasdk.gui.swt.eclipse.storage
 
EclipseStore(IPreferenceStore) - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.storage.EclipseStore
 
EditMarkingCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class EditMarkingCommand prepares a marking for editing.
EditMarkingCommand(Localizer, ImageResourceLoader, Listener, Set<Flag>, Key, InlineCheckDocumentSessionController) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
element(String) - Method in class com.acrolinx.javasdk.core.extraction.SimpleDOMNode.Factory
 
EMBED_CHECKING_STATUS - Static variable in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionSettings
 
embedCheckingStatus(CheckingStatus) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
embedCheckingStatus(CheckingStatus) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
enableCallback() - Method in class com.acrolinx.javasdk.gui.dialogs.callbacks.FutureCallback
Enables the callback set by FutureCallback.called(Runnable).
encodingName - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
encodingName - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
encrypt(String) - Method in class com.acrolinx.javasdk.core.util.Crypt
 
encrypt(String) - Method in class com.acrolinx.javasdk.core.util.CryptAES
 
encrypt(String) - Method in class com.acrolinx.javasdk.core.util.CryptRandom
 
encryptedOrPlaintextPassword - Variable in class com.acrolinx.services.v3.core.GetAuthToken
 
endDocument() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportHandler
 
endElement(String, String, String) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportHandler
 
endOffset - Variable in class com.acrolinx.services.v4.checking.AttributeInfo
 
endOffset - Variable in class com.acrolinx.services.v4.checking.ContextInfo
 
endOffset - Variable in class com.acrolinx.services.v5.checking.AttributeInfo
 
endOffset - Variable in class com.acrolinx.services.v5.checking.ContextInfo
 
endOffset - Variable in class com.acrolinx.services.v5.checking.Offsets
 
endOfTree() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode.Chain
 
EndpointUrl - Class in com.acrolinx.javasdk.core.server.adapter
 
endsWithTextNode() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode.Chain
 
endTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.DumpCreationResult
 
endTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
 
endTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
 
endTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.RestoreDumpResult
 
english() - Static method in class com.acrolinx.javasdk.api.check.Languages
 
entryId - Variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
The entry ID to look for.
entryId - Variable in class com.acrolinx.services.v6.terminology.FindTermsRequest
 
equals(Object) - Method in class com.acrolinx.javasdk.api.check.Keyword
 
equals(Object) - Method in class com.acrolinx.javasdk.api.check.Language
 
equals(Object) - Method in class com.acrolinx.javasdk.api.check.RuleSet
 
equals(Object) - Method in class com.acrolinx.javasdk.api.check.TermSet
 
equals(Object) - Method in class com.acrolinx.javasdk.api.client.Area
 
equals(Object) - Method in class com.acrolinx.javasdk.api.client.Location
 
equals(Object) - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Equals.
equals(Object) - Method in class com.acrolinx.javasdk.api.extraction.Author
 
equals(Object) - Method in class com.acrolinx.javasdk.api.extraction.CheckScope
 
equals(Object) - Method in class com.acrolinx.javasdk.api.extraction.FileFormat
 
equals(Object) - Method in class com.acrolinx.javasdk.api.extraction.FileName
 
equals(Object) - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
equals(Object) - Method in class com.acrolinx.javasdk.api.server.User
 
equals(Object) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.block.DocumentPartImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
equals(Range, Range) - Method in class com.acrolinx.javasdk.core.extraction.RangeComparator
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.Tag
 
equals(Object) - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
equals(Object) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestionSurfaceElement
 
equals(Object) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
equals(Object) - Method in class com.acrolinx.javasdk.core.report.GroupIdImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.BroadcastMessageImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.MetaInfoImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.server.SingleSignOnHeaderConfigurationImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.core.terminology.TerminologyQueryImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.actions.CheckCapabilitiesImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.checking.CheckHistoryEntry
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.Column
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsModel
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.NullFlag
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
equals(Object) - Method in class com.acrolinx.javasdk.gui.StringWithImage
 
ErrorBoxDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.messagebox
 
ErrorBoxDialog(IconUtil) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
ErrorBoxDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.messagebox
 
ErrorBoxDialog(Shell, ImageUtil) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
ErrorBoxDialogPresenter - Interface in com.acrolinx.javasdk.gui
 
ErrorBoxPresenter - Class in com.acrolinx.javasdk.gui.dialogs.messagebox
 
ErrorBoxPresenter(Localizer) - Constructor for class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter
 
ErrorBoxPresenter.ErrorBoxModel - Class in com.acrolinx.javasdk.gui.dialogs.messagebox
 
ErrorBoxPresenter.ErrorBoxModel(String, String, Throwable) - Constructor for class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
ErrorBoxPresenter.ErrorBoxModel(String, String, String, Throwable) - Constructor for class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
ErrorBoxPresenter.ErrorBoxView - Interface in com.acrolinx.javasdk.gui.dialogs.messagebox
 
ExceptionUtils - Class in com.acrolinx.javasdk.api.exceptions
The ExceptionUtils are used to unpack exceptions from the cause-stack of exceptions.
execute(HttpClient, HttpHost, HttpRequestBase) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestRequestExecutor
 
execute(ExecutionEvent) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.handlers.CheckHandler
The command has been executed, so extract the necessary information from the application context.
execute(ExecutionEvent) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.handlers.OptionHandler
The command has been executed, so extract the necessary information from the application context.
execute(ExecutionEvent) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.handlers.SampleHandler
The command has been executed, so extract the necessary information from the application context.
ExpiredPasswordInAuthTokenFault - Class in com.acrolinx.services.v3.core
Java class for ExpiredPasswordInAuthTokenFault complex type.
ExpiredPasswordInAuthTokenFault() - Constructor for class com.acrolinx.services.v3.core.ExpiredPasswordInAuthTokenFault
 
ExpiredPasswordInAuthTokenFault - Class in com.acrolinx.services.v4.user
Java class for ExpiredPasswordInAuthTokenFault complex type.
ExpiredPasswordInAuthTokenFault() - Constructor for class com.acrolinx.services.v4.user.ExpiredPasswordInAuthTokenFault
 
ExpiredPasswordInAuthTokenFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
ExpiredPasswordInAuthTokenFault_Exception(String, ExpiredPasswordInAuthTokenFault) - Constructor for exception com.acrolinx.services.v3.core.ExpiredPasswordInAuthTokenFault_Exception
 
ExpiredPasswordInAuthTokenFault_Exception(String, ExpiredPasswordInAuthTokenFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.ExpiredPasswordInAuthTokenFault_Exception
 
ExpiredPasswordInAuthTokenFault_Exception - Exception in com.acrolinx.services.v4.user
This class was generated by the JAX-WS RI.
ExpiredPasswordInAuthTokenFault_Exception(String, ExpiredPasswordInAuthTokenFault) - Constructor for exception com.acrolinx.services.v4.user.ExpiredPasswordInAuthTokenFault_Exception
 
ExpiredPasswordInAuthTokenFault_Exception(String, ExpiredPasswordInAuthTokenFault, Throwable) - Constructor for exception com.acrolinx.services.v4.user.ExpiredPasswordInAuthTokenFault_Exception
 
Explanation - Class in com.acrolinx.javasdk.core.internal.reportpojo
The help url.
Explanation(String, String) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.Explanation
 
exportFileUrl - Variable in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
 
ExportTerminology - Class in com.acrolinx.services.v6.terminology
Java class for exportTerminology complex type.
ExportTerminology() - Constructor for class com.acrolinx.services.v6.terminology.ExportTerminology
 
exportTerminology(String, ExportTerminologyRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
exportTerminologyRequest - Variable in class com.acrolinx.services.v6.terminology.ExportTerminology
 
ExportTerminologyRequest - Class in com.acrolinx.services.v6.terminology
Java class for ExportTerminologyRequest complex type.
ExportTerminologyRequest() - Constructor for class com.acrolinx.services.v6.terminology.ExportTerminologyRequest
 
ExportTerminologyResponse - Class in com.acrolinx.services.v6.terminology
Java class for exportTerminologyResponse complex type.
ExportTerminologyResponse() - Constructor for class com.acrolinx.services.v6.terminology.ExportTerminologyResponse
 
ExportTerminologyResult - Class in com.acrolinx.services.v6.terminology
Java class for ExportTerminologyResult complex type.
ExportTerminologyResult() - Constructor for class com.acrolinx.services.v6.terminology.ExportTerminologyResult
 
ExtendedOffsetMarkingIndex - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The ExtendedOffsetMarkingIndex is an OffsetMarkingIndex with additional functionality.
ExtendedOffsetMarkingList - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
ExtensionFilter - Interface in com.acrolinx.javasdk.gui.extensions
The ExtensionFilter defines if a ClientExtension should be shown for a specific DocumentSession or not.
ExtensionPresenter<ExtensionView,ExtensionSettings> - Interface in com.acrolinx.javasdk.gui.extensions
The ExtensionPresenter presents an ExtensionView.
ExtensionPresenterFactory<ExtensionView,ExtensionSettings> - Interface in com.acrolinx.javasdk.gui.extensions
A factory for creating ExtensionPresenter objects.
extensions() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
extensionSettings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ExtensionSettings - Interface in com.acrolinx.javasdk.gui.settings.extension
The ExtensionSettings are used to store the settings of extensions.
ExtensionSettingsBuilder - Class in com.acrolinx.javasdk.gui.settings.extension
ExtensionSettingsBuilder(ExtensionSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsBuilder
 
ExtensionSettingsBuilder() - Constructor for class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsBuilder
 
ExtensionSettingsFactory - Class in com.acrolinx.javasdk.gui.settings.extension
A factory for creating ExtensionSettings.
ExtensionSettingsImpl - Class in com.acrolinx.javasdk.gui.settings.extension
The ExtensionSettingsImpl is the default implementation for ExtensionSettings.
ExtensionSettingsImpl() - Constructor for class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsImpl
 
ExtensionSettingsImpl(ExtensionSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsImpl
 
ExtensionSettingsProvider - Interface in com.acrolinx.javasdk.storage
The ExtensionSettingsProvider provides the ExtensionSettings from different kind of places.
ExtensionSettingsStore - Interface in com.acrolinx.javasdk.storage
The ExtensionSettingsStore is used to store and load ExtensionSettings.
ExtensionSettingsStoreImpl - Class in com.acrolinx.javasdk.gui.storage.extensions
The ExtensionSettingsStoreImpl is the default implementation of a ExtensionSettingsStore.
ExtensionSettingsStoreImpl(PropertiesStoreProvider, ExtensionSettingsFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoreImpl
 
extensionSettingsStores() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ExtensionSettingsStoresFactory - Class in com.acrolinx.javasdk.gui.storage.extensions
A factory for creating ExtensionSettingsStores.
ExtensionSettingsStoresFactory(RawStoresFactory, ExtensionSettingsFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoresFactory
 
ExtensionsFactory - Class in com.acrolinx.javasdk.gui.extensions
A factory for creating build-in-extensions to the Acrolinx Java SDK.
ExtensionsFactory(ExtensionSettingsFactory) - Constructor for class com.acrolinx.javasdk.gui.extensions.ExtensionsFactory
 
ExtensionViewFactory<ExtensionView> - Interface in com.acrolinx.javasdk.gui.extensions
A factory for creating ExtensionView objects.
extract(DOMNodeWrapper<T>, DocumentsFactory) - Static method in class com.acrolinx.javasdk.core.extraction.XMLDocumentExtractor
 
extract(AcrolinxFactory, ExtractionScope, ClientSettings, CheckCapabilities) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Extractor
Extracts the text from the application document, by respecting the current configurations defined by these methods parameters.
extract(AcrolinxFactory, ExtractionScope, ClientSettings, CheckCapabilities) - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
extract(AcrolinxFactory, ExtractionScope, ClientSettings, CheckCapabilities) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
extractCheckInformation(AcrolinxFactory, ClientSettings, CheckCapabilities) - Method in interface com.acrolinx.javasdk.gui.checking.PrepareCheckCallback
Extract the text from your integration-specific text source and create a Document by using the given AcrolinxFactory.
extractCheckInformation(AcrolinxFactory, ClientSettings, CheckCapabilities) - Method in class com.acrolinx.javasdk.gui.checking.TextPrepareCheckCallback
 
extractCheckInformation(AcrolinxFactory, ClientSettings, CheckCapabilities) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
extractContextInformation(Block<?>, int, int) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockTextExtractor
 
EXTRACTION_CHECK - Static variable in interface com.acrolinx.javasdk.gui.checking.CheckCapabilities
ExtractionCheck - Enum in com.acrolinx.javasdk.gui.dialogs.options
The ExtractionCheck is used to define if a client side check which displays which parts of text will be extracted or not.
ExtractionFlag - Interface in com.acrolinx.javasdk.api.report
The ExtractionFlag is a Flag which is used a a local extraction check is performed.
ExtractionFlagImpl - Class in com.acrolinx.javasdk.core.report
 
ExtractionFlagImpl(ExtractionStatus, PartOfText) - Constructor for class com.acrolinx.javasdk.core.report.ExtractionFlagImpl
 
ExtractionScope - Enum in com.acrolinx.javasdk.gui.sessions.impl
The ExtractionScope defines if the whole text should be extracted or only a selection..
ExtractionStatus - Enum in com.acrolinx.javasdk.api.report
The ExtractionStatus describes the status of an ExtractionFlag.
Extractor<DocumentType extends Document> - Interface in com.acrolinx.javasdk.gui.sessions.impl
The Extractor must be implemented for extracting the text from the application document.
extractRecheckInformation(AcrolinxFactory, ClientSettings, CheckCapabilities) - Method in interface com.acrolinx.javasdk.gui.checking.inline.PrepareRecheckCallback
Extract re-check information from current selection.
extractRecheckInformation(AcrolinxFactory, ClientSettings, CheckCapabilities) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
extractText(Block<?>, StringBuilder, boolean, boolean, boolean) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockTextExtractor
 
extractText() - Method in class com.acrolinx.javasdk.core.extraction.tex.TexScanner
 
extractTextAndCommands() - Method in class com.acrolinx.javasdk.core.extraction.tex.TexScanner
 
extractWholeDocumentCheckInformation(AcrolinxFactory, ClientSettings, CheckCapabilities) - Method in interface com.acrolinx.javasdk.gui.checking.comparative.ComparativeCheckCallback
 
extractWholeDocumentCheckInformation(AcrolinxFactory, ClientSettings, CheckCapabilities) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 

F

feedback - Variable in class com.acrolinx.services.v3.feedback.SubmitFlagFeedback
 
feedback - Variable in class com.acrolinx.services.v4.feedback.SubmitFlagFeedback
 
FeedbackService - Interface in com.acrolinx.javasdk.core.server
 
FeedbackService - Class in com.acrolinx.services.v3.feedback
This class was generated by the JAX-WS RI.
FeedbackService(URL, QName) - Constructor for class com.acrolinx.services.v3.feedback.FeedbackService
 
FeedbackService() - Constructor for class com.acrolinx.services.v3.feedback.FeedbackService
 
FeedbackService - Class in com.acrolinx.services.v4.feedback
This class was generated by the JAX-WS RI.
FeedbackService(URL, QName) - Constructor for class com.acrolinx.services.v4.feedback.FeedbackService
 
FeedbackService() - Constructor for class com.acrolinx.services.v4.feedback.FeedbackService
 
FeedbackServiceV4Stub - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
FeedbackServiceV4Stub(HttpClient, HttpHost, URI) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.FeedbackServiceV4Stub
 
FileBasedStore - Class in com.acrolinx.javasdk.core.storage
The class FileBasedStore stores and loads Properties from and to Files.
FileBasedStore(File) - Constructor for class com.acrolinx.javasdk.core.storage.FileBasedStore
 
FileFormat - Class in com.acrolinx.javasdk.api.extraction
The FileFormat of an Document.
FileFormat(String) - Constructor for class com.acrolinx.javasdk.api.extraction.FileFormat
 
FileFormats - Class in com.acrolinx.javasdk.api.extraction
A factory for creating FileFormats.
FileName - Class in com.acrolinx.javasdk.api.extraction
The FileName of a Document.
FileName(String) - Constructor for class com.acrolinx.javasdk.api.extraction.FileName
 
filenameFrom(String) - Static method in class com.acrolinx.javasdk.api.extraction.Filenames
 
filenameFrom(File) - Static method in class com.acrolinx.javasdk.api.extraction.Filenames
 
filenameFrom(URL) - Static method in class com.acrolinx.javasdk.api.extraction.Filenames
Creates the.
filenameFrom(URI) - Static method in class com.acrolinx.javasdk.api.extraction.Filenames
 
FileNameListener - Interface in com.acrolinx.javasdk.gui.sessions.event
In case a session-related event is fired, but a session not longer exists a FileNameListener will be used.
Filenames - Class in com.acrolinx.javasdk.api.extraction
A factory for creating FileNames.
fillPlaceholders(String, String, String...) - Static method in class com.acrolinx.javasdk.localization.LocalizerImpl
 
FilterComposite - Class in com.acrolinx.javasdk.gui.swt.extensions
 
FilterComposite(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.extensions.FilterComposite
 
FilterExtension - Class in com.acrolinx.javasdk.gui.extensions.filter
The FilterExtension adds the filter tab to the option dialog.
FilterExtension(ExtensionViewFactory<FilterExtensionView>, ThreadSyncWrapperAndLocalizationSetter, TagListProvider, ExtensionSettingsFactory) - Constructor for class com.acrolinx.javasdk.gui.extensions.filter.FilterExtension
 
FilterExtensionPresenter - Class in com.acrolinx.javasdk.gui.extensions.filter
The FilterExtensionPresenter presents the filter settings in a FilterExtensionView implemented in SWT or swing.
FilterExtensionPresenter(TagListProvider, Localizer) - Constructor for class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionPresenter
 
FilterExtensionSettings - Interface in com.acrolinx.javasdk.core.extraction
The FilterExtensionSettings are used to represent the settings type-safe.
FilterExtensionSettings.DocumentTypeFilterSettings - Interface in com.acrolinx.javasdk.core.extraction
FilterExtensionSettingsImpl - Class in com.acrolinx.javasdk.gui.extensions.filter
/** The FilterExtensionSettingsImpl is the default implementation of the SegmentationExtensionSettings used to represent the settings type-safe.
FilterExtensionSettingsImpl(Map<DocumentTypeIdentifier, FilterExtensionSettings.DocumentTypeFilterSettings>) - Constructor for class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
FilterExtensionView - Interface in com.acrolinx.javasdk.gui.extensions.filter
The FilterExtensionView is used to display the segmentation settings in option dialog.
FilterMode - Enum in com.acrolinx.javasdk.api.extraction.documents.block
The FilterMode defines if a part is included or excluded.
FilterPanel - Class in com.acrolinx.javasdk.gui.swing.extensions
 
FilterPanel() - Constructor for class com.acrolinx.javasdk.gui.swing.extensions.FilterPanel
 
findException(Exception, Class<? extends Exception>) - Static method in class com.acrolinx.javasdk.api.exceptions.ExceptionUtils
 
findTerms(TerminologyQuery, String, TerminologyService.TransferFormat) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
findTerms(TerminologyQuery, String, TerminologyService.TransferFormat) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.TerminologyServiceV6Stub
 
findTerms(TerminologyQuery, String, TerminologyService.TransferFormat) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
findTerms(TerminologyQuery, String, TerminologyService.TransferFormat) - Method in interface com.acrolinx.javasdk.core.server.TerminologyService
 
FindTerms - Class in com.acrolinx.services.v6.terminology
Java class for findTerms complex type.
FindTerms() - Constructor for class com.acrolinx.services.v6.terminology.FindTerms
 
findTerms(String, FindTermsRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
findTermsAsActif1_0JsonString(TerminologyQuery) - Method in interface com.acrolinx.javasdk.api.server.adapter.TerminologyAdapter
 
findTermsAsActif1_0JsonString(TerminologyQuery) - Method in class com.acrolinx.javasdk.core.server.adapter.TerminologyAdapterImpl
 
findTermsAsActif1_0XmlString(TerminologyQuery) - Method in interface com.acrolinx.javasdk.api.server.adapter.TerminologyAdapter
 
findTermsAsActif1_0XmlString(TerminologyQuery) - Method in class com.acrolinx.javasdk.core.server.adapter.TerminologyAdapterImpl
 
FindTermsRequest - Class in com.acrolinx.services.v6.terminology
Java class for FindTermsRequest complex type.
FindTermsRequest() - Constructor for class com.acrolinx.services.v6.terminology.FindTermsRequest
 
FindTermsResponse - Class in com.acrolinx.services.v6.terminology
Java class for findTermsResponse complex type.
FindTermsResponse() - Constructor for class com.acrolinx.services.v6.terminology.FindTermsResponse
 
finish() - Method in class com.acrolinx.javasdk.core.extraction.tex.SimpleTexCallbackAdapter
 
finish() - Method in interface com.acrolinx.javasdk.core.extraction.tex.TexSimpleCallback
 
firstChild() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
firstChild() - Method in interface com.acrolinx.javasdk.core.extraction.ChildSiblingIterable
 
Flag - Interface in com.acrolinx.javasdk.api.report
A flag marks an issue in a checked document.
FLAG_EXTRACTION - Static variable in class com.acrolinx.javasdk.api.server.adapter.CheckType
A local Check is performed.
FlagExtractionCheck - Class in com.acrolinx.javasdk.core.server.adapter
The FlagExtractionCheck is a local running check to mark the whole extracted text.
FlagExtractionCheck(CheckInformation) - Constructor for class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
FlagExtractionCheckResult - Class in com.acrolinx.javasdk.core.server.adapter
FlagExtractionReport - Class in com.acrolinx.javasdk.core.server.adapter
FlagExtractionReport(List<Flag>) - Constructor for class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
FlagFeedback - Class in com.acrolinx.services.v3.feedback
Java class for FlagFeedback complex type.
FlagFeedback() - Constructor for class com.acrolinx.services.v3.feedback.FlagFeedback
 
flagFeedback - Variable in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest.FlagFeedbacks
 
FlagFeedback - Class in com.acrolinx.services.v4.feedback
Java class for FlagFeedback complex type.
FlagFeedback() - Constructor for class com.acrolinx.services.v4.feedback.FlagFeedback
 
flagFeedback - Variable in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest.FlagFeedbacks
 
flagFeedbacks - Variable in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest
 
flagFeedbacks - Variable in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest
 
FlagGroupId - Interface in com.acrolinx.javasdk.api.report
The FlagGroupId groups similar Flags for ignoring and replacement.
FlagGroupIdImpl - Class in com.acrolinx.javasdk.core.report
The FlagGroupIdImpl is the implementation of FlagGroupId.
FlagGroupIdImpl(String) - Constructor for class com.acrolinx.javasdk.core.report.FlagGroupIdImpl
 
FlagHelpCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
FlagHelpCommandClickHandler(Flag, WebPagePresenter) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.FlagHelpCommandClickHandler
 
flagId - Variable in class com.acrolinx.services.v3.feedback.FlagFeedback
 
flagId - Variable in class com.acrolinx.services.v4.feedback.FlagFeedback
 
FlagLocalHelpCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
FlagLocalHelpCommandClickHandler(Flag, WebPagePresenter) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.FlagLocalHelpCommandClickHandler
 
FlagPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
The FlagPoJo is used by report parsing.
flagResultDetail - Variable in class com.acrolinx.services.v5.checking.ResultDetails.FlagResultDetails
 
FlagResultDetails - Class in com.acrolinx.services.v5.checking
Java class for FlagResultDetails complex type.
FlagResultDetails() - Constructor for class com.acrolinx.services.v5.checking.FlagResultDetails
 
flagResultDetails - Variable in class com.acrolinx.services.v5.checking.ResultDetails
 
FlagSummary - Interface in com.acrolinx.javasdk.api.report
The FlagSummary represents the summarized results of the check per ReportSummaryFlagType.
FlagType - Enum in com.acrolinx.javasdk.api.report
The type of a Flag.
FlagType - Enum in com.acrolinx.javasdk.core.internal.reportpojo
The FlagType is used by FlagPoJos.
FlagType - Enum in com.acrolinx.services.v4.checking
Java class for FlagType.
flagType - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities.FlagTypes
 
FlagType - Enum in com.acrolinx.services.v5.checking
Java class for FlagType.
flagType - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities.FlagTypes
 
FlagTypeComparator - Class in com.acrolinx.javasdk.gui.commands.factories
The class FlagTypeComparator is used to sort Flags by FlagType priority.
FlagTypeComparator() - Constructor for class com.acrolinx.javasdk.gui.commands.factories.FlagTypeComparator
 
flagTypes - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities
 
flagTypes - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities
 
FlagUtil - Class in com.acrolinx.javasdk.gui.inlinecheck
The class FlagUtil provides methods that are "missing" in Flag objects.
FlagWithDescriptionPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
 
focusOk() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.DefaultButtonsPanel
 
followedBy(AbstractSimpleDOMNode.Chain<R>) - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode.Chain
 
FontUtil - Class in com.acrolinx.javasdk.gui.swing.sample.util
The class FontUtil is a MarkingColorProvider.Util class providing a method for getting a font supporting East Asian characters.
FontUtil - Class in com.acrolinx.javasdk.gui.swt.sample.util
The class FontUtil is a MarkingColorProvider.Util class providing a method for getting a font supporting East Asian characters.
format - Variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
The desired output format.
format - Variable in class com.acrolinx.services.v4.checking.RequestDescription
 
format - Variable in class com.acrolinx.services.v5.checking.RequestDescription
 
format - Variable in class com.acrolinx.services.v6.terminology.FindTermsRequest
 
french() - Static method in class com.acrolinx.javasdk.api.check.Languages
 
from(String) - Static method in enum com.acrolinx.javasdk.core.internal.reportpojo.FlagType
 
from(String) - Static method in class com.acrolinx.javasdk.core.server.adapter.EndpointUrl
 
from(Properties) - Static method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionSettings
 
from(String) - Static method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeIdentifierMarshaller
 
fromExtensionSettings(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtension
 
fromExtensionSettings(ExtensionSettings) - Method in interface com.acrolinx.javasdk.gui.extensions.ClientExtension
 
fromExtensionSettings(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtension
 
fromExtensionSettings(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtension
 
fromExtensionSettings(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtension
 
fromExtensionSettings(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtension
 
fromFile(File) - Static method in class com.acrolinx.javasdk.api.factory.ApplicationStores
 
fromFile(File) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
fromFile(File) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
fromFile(File) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
fromString(String) - Static method in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
fromValue(String) - Static method in enum com.acrolinx.services.v3.core.Importance
 
fromValue(String) - Static method in enum com.acrolinx.services.v3.core.SessionType
 
fromValue(String) - Static method in enum com.acrolinx.services.v3.feedback.Action
 
fromValue(String) - Static method in enum com.acrolinx.services.v3.feedback.Scope
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.checking.CheckPriority
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.checking.CheckReportFormat
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.checking.CheckResultType
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.checking.DocumentStatus
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.checking.FlagType
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.checking.RequestFormat
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.checking.State
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.feedback.Action
 
fromValue(String) - Static method in enum com.acrolinx.services.v4.feedback.Scope
 
fromValue(String) - Static method in enum com.acrolinx.services.v5.checking.CheckPriority
 
fromValue(String) - Static method in enum com.acrolinx.services.v5.checking.CheckReportFormat
 
fromValue(String) - Static method in enum com.acrolinx.services.v5.checking.CheckResultType
 
fromValue(String) - Static method in enum com.acrolinx.services.v5.checking.DocumentStatus
 
fromValue(String) - Static method in enum com.acrolinx.services.v5.checking.FlagType
 
fromValue(String) - Static method in enum com.acrolinx.services.v5.checking.RequestFormat
 
fromValue(String) - Static method in enum com.acrolinx.services.v5.checking.State
 
Function<F,T> - Interface in com.acrolinx.javasdk.gui.util
A Function a simple function like the guava ones.
FutureCallback - Class in com.acrolinx.javasdk.gui.dialogs.callbacks
The class FutureCallback is used if a callback will be called in another thread.
FutureCallback() - Constructor for class com.acrolinx.javasdk.gui.dialogs.callbacks.FutureCallback
 
FutureValue<T> - Class in com.acrolinx.javasdk.gui.threading.proxy
The class FutureValue is used to get values set by callbacks.
FutureValue(T) - Constructor for class com.acrolinx.javasdk.gui.threading.proxy.FutureValue
 
FutureValue() - Constructor for class com.acrolinx.javasdk.gui.threading.proxy.FutureValue
 

G

generateHeightOfComponent(String, int) - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
Generate appropriate height UI component to hold the error message, in order to avoid scroll bars to display the first level the error message.
generateHeightOfComponent(String, int) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
generateHeightOfComponent(String, int) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
GenericListController<T,DisplayItem> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The class ListController is used to control a ListHandler on a higher level.
GenericListController(GenericListController.GenericItemRenderer<T, DisplayItem>, GenericListHandler<DisplayItem>, boolean, Comparator<DisplayItem>) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.GenericListController
 
GenericListController.GenericItemRenderer<T,DisplayItem> - Interface in com.acrolinx.javasdk.gui.dialogs.handler.controller
The interface ItemRenderer converts any object of type T into a string.
GenericListHandler<ItemType> - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ListHandler is used to access GUI lists.
GenericOffsetBasedMarkingStore - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The GenericOffsetBasedMarkingStore uses an ExtendedOffsetMarkingList to store, hide and restore the markings.
GenericOffsetBasedMarkingStore(ExtendedOffsetMarkingList) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.GenericOffsetBasedMarkingStore
 
GenericSingleSelectionListHandler<DisplayItem> - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface GenericSingleSelectionListHandler is a ListHandler for one single selection.
german() - Static method in class com.acrolinx.javasdk.api.check.Languages
 
get() - Static method in class com.acrolinx.javasdk.api.factory.AcrolinxFactoryInstantiator
 
get(String, String) - Method in class com.acrolinx.javasdk.core.internal.server.SystemAuthenticationCache
 
get(ThinWsServerFacade, ServerEndpointConfiguration, AcrolinxProxySelector) - Static method in class com.acrolinx.javasdk.core.server.ThinWsServerFacadeProxy
 
get() - Static method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
get(T) - Method in class com.acrolinx.javasdk.gui.checking.RingBufferMap
 
get() - Static method in class com.acrolinx.javasdk.gui.GuiFactoryInstantiator
 
get() - Static method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactoryInstantiator
 
get() - Static method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiEclipseFactoryInstantiator
 
get(GuiFactory, GuiSwtFactory) - Static method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiEclipseFactoryInstantiator
 
get() - Static method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactoryInstantiator
 
getAbsoluteDocumentOffset() - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformation
Gets the offset representing the start of the Document text relative to the whole document.
getAbsoluteDocumentOffset() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
getAcrolinxEclipsePluginInitilizer() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractActivator
 
getAcrolinxEclipsePluginInitilizer() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.Activator
 
getAcrolinxFactory() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxClient
 
getAcrolinxFactory() - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
getAcrolinxFactory() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
getAcrolinxFactory() - Method in class com.acrolinx.javasdk.gui.GuiFactory
Gets the AcrolinxFactory from AcrolinxFactoryInstantiator.
getAcrolinxImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.ProgressPresenter.ProgressView
 
getAcrolinxImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
getAcrolinxImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
getAcrolinxScoreHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getAcrolinxScoreHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getAcrolinxScoreHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getAcrolinxScoreHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getAcrolinxStatusHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getAcrolinxStatusHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getAcrolinxStatusHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getAcrolinxStatusHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getAcrolinxStatusImageUrl() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultModel
 
getAction() - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Gets the value of the action property.
getAction() - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Gets the value of the action property.
getActionText() - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Gets the value of the actionText property.
getActionText() - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Gets the value of the actionText property.
getAdditionalInformation() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultModel
 
getAdditionalMetaData() - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformation
 
getAdditionalMetaData() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
getAddKeywordButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeyWordsView
 
getAddKeywordButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getAddKeywordButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getAddKeywordButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeyWordsView
 
getAddKeywordButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getAddKeywordButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getAddToDictionaryDictionaries() - Method in interface com.acrolinx.javasdk.api.server.ClientProperties
 
getAddToDictionaryDictionaries() - Method in class com.acrolinx.javasdk.core.server.ClientPropertiesImpl
 
getAdmittedTerm() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.AdmittedTermFlagPoJo
 
getAdmittedTermsCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getAdmittedTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getAdmittedTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getAdmittedTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getAdvancedCheckSettingsBuilder() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
 
getAdvancedCheckSettingsBuilder() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
getAfterClickListener() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.NotifyingClickHandler
 
getAggregationId() - Method in interface com.acrolinx.javasdk.api.server.adapter.Aggregation
 
getAggregationId() - Method in interface com.acrolinx.javasdk.api.server.adapter.AggregationResult
 
getAggregationId() - Method in class com.acrolinx.javasdk.core.server.adapter.AggregationImpl
 
getAggregationId() - Method in class com.acrolinx.javasdk.core.server.adapter.AggregationResultImpl
 
getAggregationResult(String, String) - Method in interface com.acrolinx.javasdk.api.server.CheckingServiceCommon
 
getAggregationResult(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
getAggregationResult(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
getAggregationResult(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getAggregationResult(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getAggregationState(String, String) - Method in interface com.acrolinx.javasdk.api.server.CheckingServiceCommon
 
getAggregationState(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
getAggregationState(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
getAggregationState(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getAggregationState(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
GetAllAvailablePrivileges - Class in com.acrolinx.services.v4.user
Java class for getAllAvailablePrivileges complex type.
GetAllAvailablePrivileges() - Constructor for class com.acrolinx.services.v4.user.GetAllAvailablePrivileges
 
getAllAvailablePrivileges(String) - Method in interface com.acrolinx.services.v4.user.IUserService
 
GetAllAvailablePrivilegesResponse - Class in com.acrolinx.services.v4.user
Java class for getAllAvailablePrivilegesResponse complex type.
GetAllAvailablePrivilegesResponse() - Constructor for class com.acrolinx.services.v4.user.GetAllAvailablePrivilegesResponse
 
getAllIdentifiers() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeIdentifierRegistry
 
getAllTagNames(DOMNodeWrapper<T>) - Static method in class com.acrolinx.javasdk.core.extraction.XMLDocumentExtractor
 
getAlpha() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Gets the alpha.
getAmittedTermsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getAmittedTermsTypesCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getAnInvisibleDialog() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
getAnnotatedInputXmlUrl() - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Gets the value of the annotatedInputXmlUrl property.
getAnnotatedInputXmlUrl() - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Gets the value of the annotatedInputXmlUrl property.
getAnnotatedXmlUri() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
getAnnotatedXmlUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
getAnnotatedXmlUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
getAnnotatedXmlUri() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
getAnnotatedXmlUri() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
getArea() - Method in interface com.acrolinx.javasdk.core.server.adapter.Session
 
getArea() - Method in class com.acrolinx.javasdk.core.server.adapter.SessionImpl
 
getAreaOfFailure() - Method in interface com.acrolinx.javasdk.api.server.ValidationResult
 
getAttributeInfo() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.AttributeInfos
Gets the value of the attributeInfo property.
getAttributeInfo() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest.AttributeInfos
Gets the value of the attributeInfo property.
getAttributeInfo() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.AttributeInfos
Gets the value of the attributeInfo property.
getAttributeInfo() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest.AttributeInfos
Gets the value of the attributeInfo property.
getAttributeInfos() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the attributeInfos property.
getAttributeInfos() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the attributeInfos property.
getAttributeInfos() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the attributeInfos property.
getAttributeInfos() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the attributeInfos property.
getAttributeMap() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockContext
 
getAttributeMap() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
getAttributeName() - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Gets the value of the attributeName property.
getAttributeName() - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Gets the value of the attributeName property.
getAttributes() - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
getAttributes() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getAttributeValue() - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Gets the value of the attributeValue property.
getAttributeValue() - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Gets the value of the attributeValue property.
getAuthor() - Method in interface com.acrolinx.javasdk.api.extraction.Document
Gets the Author of the Document.
getAuthor() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocument
 
getAuthor() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
getAuthor() - Method in class com.acrolinx.services.v4.checking.RequestDescription
Gets the value of the author property.
getAuthor() - Method in class com.acrolinx.services.v5.checking.RequestDescription
Gets the value of the author property.
getAuthorizationFailedType() - Method in exception com.acrolinx.javasdk.api.exceptions.AuthorizationFailedException
 
getAuthToken(String, String, boolean) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
getAuthToken(String, String, boolean) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getAuthToken(String, String, boolean) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getAuthToken(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.SSOService
 
getAuthToken() - Method in class com.acrolinx.javasdk.core.server.CheckCredentials
 
getAuthToken(String, String, boolean) - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
GetAuthToken - Class in com.acrolinx.services.v3.core
Java class for getAuthToken complex type.
GetAuthToken() - Constructor for class com.acrolinx.services.v3.core.GetAuthToken
 
getAuthToken() - Method in class com.acrolinx.services.v3.core.GetSignatureChallenge
Gets the value of the authToken property.
getAuthToken(String, String) - Method in interface com.acrolinx.services.v3.core.ICoreService
 
getAuthToken() - Method in class com.acrolinx.services.v3.core.RequestSession
Gets the value of the authToken property.
getAuthToken() - Method in class com.acrolinx.services.v4.user.GetAllAvailablePrivileges
Gets the value of the authToken property.
getAuthToken() - Method in class com.acrolinx.services.v4.user.GetGrantedPrivileges
Gets the value of the authToken property.
getAuthToken() - Method in class com.acrolinx.services.v4.user.GetUserProperties
Gets the value of the authToken property.
getAuthToken() - Method in class com.acrolinx.services.v4.user.GetUserProperty
Gets the value of the authToken property.
getAuthToken() - Method in class com.acrolinx.services.v4.user.HasNamedPrivilege
Gets the value of the authToken property.
getAuthToken() - Method in class com.acrolinx.services.v4.user.StoreUserProperties
Gets the value of the authToken property.
getAuthTokenKey(ServerEndpointConfiguration, User) - Static method in class com.acrolinx.javasdk.api.storage.ApplicationStoreProperties
 
GetAuthTokenResponse - Class in com.acrolinx.services.v3.core
Java class for getAuthTokenResponse complex type.
GetAuthTokenResponse() - Constructor for class com.acrolinx.services.v3.core.GetAuthTokenResponse
 
getAuthTokenString() - Method in interface com.acrolinx.javasdk.api.server.UserAdapter
 
getAuthTokenString() - Method in class com.acrolinx.javasdk.core.server.adapter.UserAdapterImpl
 
getAvailableLanguages(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
getAvailableLanguages(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
getAvailableLanguages(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.TerminologyServiceV6Stub
 
GetAvailableLanguages - Class in com.acrolinx.services.v4.checking
Java class for getAvailableLanguages complex type.
GetAvailableLanguages() - Constructor for class com.acrolinx.services.v4.checking.GetAvailableLanguages
 
getAvailableLanguages(String) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
GetAvailableLanguages - Class in com.acrolinx.services.v5.checking
Java class for getAvailableLanguages complex type.
GetAvailableLanguages() - Constructor for class com.acrolinx.services.v5.checking.GetAvailableLanguages
 
getAvailableLanguages(String) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
GetAvailableLanguagesResponse - Class in com.acrolinx.services.v4.checking
Java class for getAvailableLanguagesResponse complex type.
GetAvailableLanguagesResponse() - Constructor for class com.acrolinx.services.v4.checking.GetAvailableLanguagesResponse
 
GetAvailableLanguagesResponse - Class in com.acrolinx.services.v5.checking
Java class for getAvailableLanguagesResponse complex type.
GetAvailableLanguagesResponse() - Constructor for class com.acrolinx.services.v5.checking.GetAvailableLanguagesResponse
 
getAvailableLookandFeelClassNames() - Method in class com.acrolinx.javasdk.gui.swing.SwingUtilsFacade
Returns a list of all LookAndFeels available on this system.
getAvailableServiceVersions(HttpClient, HttpHost, String) - Method in class com.acrolinx.javasdk.core.util.RestServiceHelper
 
GetAvailableServiceVersions - Class in com.acrolinx.services.registry
Java class for getAvailableServiceVersions complex type.
GetAvailableServiceVersions() - Constructor for class com.acrolinx.services.registry.GetAvailableServiceVersions
 
getAvailableServiceVersions(String, String) - Method in interface com.acrolinx.services.registry.IServiceRegistry
 
GetAvailableServiceVersionsResponse - Class in com.acrolinx.services.registry
Java class for getAvailableServiceVersionsResponse complex type.
GetAvailableServiceVersionsResponse() - Constructor for class com.acrolinx.services.registry.GetAvailableServiceVersionsResponse
 
getAvailableTermSets() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
getAvailableTermSets() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
getBatchFlagId() - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Gets the value of the batchFlagId property.
getBatchFlagId() - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Gets the value of the batchFlagId property.
getBeforeClickListener() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.NotifyingClickHandler
 
getBegin() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Range
 
getBegin() - Method in interface com.acrolinx.javasdk.api.report.PartOfText
 
getBegin() - Method in class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
getBegin() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
getBegin() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Match
 
getBegin() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SimpleContext
 
getBegin() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
getBegin() - Method in class com.acrolinx.javasdk.core.report.PartOfTextImpl
 
getBeginIndex() - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
getBeginInExtractedText() - Method in interface com.acrolinx.javasdk.api.report.PartOfText
 
getBeginInExtractedText() - Method in class com.acrolinx.javasdk.core.report.PartOfTextImpl
 
getBeginOffset() - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Gets the value of the beginOffset property.
getBeginOffset() - Method in class com.acrolinx.services.v4.checking.ContextInfo
Gets the value of the beginOffset property.
getBeginOffset() - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Gets the value of the beginOffset property.
getBeginOffset() - Method in class com.acrolinx.services.v5.checking.ContextInfo
Gets the value of the beginOffset property.
getBeginOffset() - Method in class com.acrolinx.services.v5.checking.Offsets
Gets the value of the beginOffset property.
getBeginReplacement() - Method in interface com.acrolinx.javasdk.api.report.Suggestion
 
getBlue() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Gets the blue.
getBody() - Method in interface com.acrolinx.javasdk.api.server.BroadcastMessage
 
getBody() - Method in class com.acrolinx.javasdk.core.server.BroadcastMessageImpl
 
getBody() - Method in class com.acrolinx.services.v3.core.Message
Gets the value of the body property.
getBoldFont(Font) - Static method in class com.swtdesigner.SWTResourceManager
Returns a bold version of the given Font.
getBooleanProperty(String, boolean) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
getBooleanProperty(String, boolean) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
getBooleanProperty(String, boolean) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
getBooleanSystemProperty(String) - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
getBreakLevel() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Block
 
getBreakLevel() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getBreakLevel() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getBroadcastMessage() - Method in class com.acrolinx.services.v3.core.BroadcastMessagesResult.BroadcastMessages
Gets the value of the broadcastMessage property.
getBroadcastMessages() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
Note: The Java SDK will store the time of last message request in ApplicationStore.
getBroadcastMessages() - Method in interface com.acrolinx.javasdk.core.server.adapter.ServerConnectionAdapter
 
getBroadcastMessages() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerConnectionAdapterImpl
 
getBroadcastMessages() - Method in class com.acrolinx.services.v3.core.BroadcastMessagesResult
Gets the value of the broadcastMessages property.
GetBroadcastMessages - Class in com.acrolinx.services.v3.core
Java class for getBroadcastMessages complex type.
GetBroadcastMessages() - Constructor for class com.acrolinx.services.v3.core.GetBroadcastMessages
 
getBroadcastMessages(String, long) - Method in interface com.acrolinx.services.v3.core.ICoreService
 
GetBroadcastMessagesResponse - Class in com.acrolinx.services.v3.core
Java class for getBroadcastMessagesResponse complex type.
GetBroadcastMessagesResponse() - Constructor for class com.acrolinx.services.v3.core.GetBroadcastMessagesResponse
 
getBrowser() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.EclipseFacade
Gets the Eclipse browser.
getBuildDate() - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Gets the value of the buildDate property.
getBuildNumber() - Method in interface com.acrolinx.javasdk.api.client.ClientInformation
 
getBuildNumber() - Method in interface com.acrolinx.javasdk.api.server.capabilities.ServerVersion
Returns the build number, e.g.
getBuildNumber() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
getBuildNumber() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersionImpl
 
getBuildNumber() - Method in class com.acrolinx.services.v3.core.ClientInfo
Gets the value of the buildNumber property.
getBuildNumber() - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Gets the value of the buildNumber property.
getButtons() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
getCallback() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
 
getCallbacks() - Method in class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
getCancelButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.CancableView
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.DefaultButtonsPanel
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultButtonsComposite
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getCancelButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getCancelButtonLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.CancableView
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.DefaultButtonsPanel
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultButtonsComposite
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getCancelButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getCapabilities() - Method in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
 
getCapabilities() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
getCapabilities() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
getCapabilities() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
getCapabilities() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getCapabilities() - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getCapabilities() - Method in interface com.acrolinx.javasdk.core.server.CheckingService
 
getCaption() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.CaptionHandler
 
getCaption() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.CaptionHandlerTextHandlerAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.TextHandlerNamedHandlerAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swing.adapter.HideableCaptionButtonHandlerSwingButtonAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swing.adapter.NamedToggleSwingToggleButtonAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionHandlerSwtTabItemAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.NamedToggleHandlerSwtAdapter
 
getCaption() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.adapter.CaptionHandlerPreferencePageTitleHandler
 
getCaretOffset() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
getCaretOffset() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
getCellEditorValue() - Method in class com.acrolinx.javasdk.gui.swing.adapter.RadioButtonCellEditor
 
getCellEditorValue() - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
getChangeServerButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ServerFrameView
 
getChangeServerButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getChangeServerButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getChangeServerButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerSelectorComposite
 
getChangeServerButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getChckbxNewCheckBox() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionView
 
getChckbxNewCheckBox() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionView
 
getCheckAdapter() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
 
getCheckAreaSession() - Method in class com.acrolinx.javasdk.core.server.adapter.AdapterFactory
 
getCheckboxAdmittedTermsHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxAdmittedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxAdmittedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxAdmittedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxAdmittedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxAdmittedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxAdmittedTermsLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxAdmittedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxAdmittedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxAdmittedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxAdmittedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxAdmittedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxDeprecatedTermsHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxDeprecatedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxDeprecatedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxDeprecatedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxDeprecatedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxDeprecatedTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxDeprecatedTermsLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxDeprecatedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxDeprecatedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxDeprecatedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxDeprecatedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxDeprecatedTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxEmbedCheckingStatusInDocumentCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionView
 
getCheckboxEmbedCheckingStatusInDocumentCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.AdvancedOptionsPanel
 
getCheckboxEmbedCheckingStatusInDocumentCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.AdvancedComposite
 
getCheckboxEmbedCheckingStatusInDocumentToggleHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionView
 
getCheckboxEmbedCheckingStatusInDocumentToggleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.AdvancedOptionsPanel
 
getCheckboxEmbedCheckingStatusInDocumentToggleHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.AdvancedComposite
 
getCheckboxGrammarHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxGrammarHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxGrammarHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxGrammarHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxGrammarHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxGrammarHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxGrammarLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxGrammarLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxGrammarLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxGrammarLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxGrammarLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxGrammarLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxNewTermsHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxNewTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxNewTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxNewTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxNewTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxNewTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxNewTermsLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxNewTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxNewTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxNewTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxNewTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxNewTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxReuseHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxReuseHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxReuseHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxReuseHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxReuseHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxReuseHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxReuseLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxReuseLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxReuseLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxReuseLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxReuseLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxReuseLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxSeoHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxSeoHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxSeoHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxSeoHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxSeoHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxSeoHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxSeoLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxSeoLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxSeoLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxSeoLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxSeoLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxSeoLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxSpellingHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxSpellingHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxSpellingHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxSpellingHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxSpellingHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxSpellingHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxSpellingLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxSpellingLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxSpellingLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxSpellingLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxSpellingLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxSpellingLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxStyleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxStyleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxStyleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxStyleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxStyleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxStyleHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxStyleLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxStyleLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxStyleLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxStyleLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxStyleLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxStyleLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxUseAuthentificationHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getCheckboxUseAuthentificationHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getCheckboxUseAuthentificationHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getCheckboxUseAuthentificationHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getCheckboxUseAuthentificationLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getCheckboxUseAuthentificationLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getCheckboxUseAuthentificationLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getCheckboxUseAuthentificationLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getCheckboxValidTermsHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxValidTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxValidTermsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxValidTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxValidTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxValidTermsHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckboxValidTermsLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckboxValidTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckboxValidTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckboxValidTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckboxValidTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckboxValidTermsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckController() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
 
getCheckControllerCallbackProvider() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
getCheckControllerCallbackProvider() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
getCheckDocumentRequest(CheckSettings, CheckInformation, CheckSettings, CheckType) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
getCheckDocumentResult(String, int, Document, CheckSettings, CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
getCheckDocumentResult(String, int, Document, CheckSettings, CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
getCheckDocumentResult(String, int, Document, CheckSettings, CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getCheckDocumentResult(String, int, Document, CheckSettings, CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getCheckDocumentResult(String, int, Document, CheckSettings, CheckResultTransferMethod) - Method in interface com.acrolinx.javasdk.core.server.CheckingService
 
GetCheckDocumentResult - Class in com.acrolinx.services.v4.checking
Java class for getCheckDocumentResult complex type.
GetCheckDocumentResult() - Constructor for class com.acrolinx.services.v4.checking.GetCheckDocumentResult
 
getCheckDocumentResult(String, String) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
GetCheckDocumentResult - Class in com.acrolinx.services.v5.checking
Java class for getCheckDocumentResult complex type.
GetCheckDocumentResult() - Constructor for class com.acrolinx.services.v5.checking.GetCheckDocumentResult
 
getCheckDocumentResult(String, String) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
GetCheckDocumentResultResponse - Class in com.acrolinx.services.v4.checking
Java class for getCheckDocumentResultResponse complex type.
GetCheckDocumentResultResponse() - Constructor for class com.acrolinx.services.v4.checking.GetCheckDocumentResultResponse
 
GetCheckDocumentResultResponse - Class in com.acrolinx.services.v5.checking
Java class for getCheckDocumentResultResponse complex type.
GetCheckDocumentResultResponse() - Constructor for class com.acrolinx.services.v5.checking.GetCheckDocumentResultResponse
 
getCheckedSentenceCount() - Method in interface com.acrolinx.javasdk.api.report.CheckingScope
 
getCheckedWordCount() - Method in interface com.acrolinx.javasdk.api.report.CheckingScope
Gets the checked word count.
getCheckEndTime() - Method in interface com.acrolinx.javasdk.api.report.CheckingInformation
Gets the check end time.
getCheckEndTime() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getCheckFrameHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getCheckFrameHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getCheckFrameHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckFrameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getCheckFrameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckFrameHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckHistoryEntry(FileName) - Method in interface com.acrolinx.javasdk.gui.checking.SessionHistory
 
getCheckHistoryEntry(FileName) - Method in class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
getCheckId() - Method in interface com.acrolinx.javasdk.api.server.adapter.Check
 
getCheckId() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
getCheckId() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
FB: At the time of writing this comment, this is not included in the XML report received from the Acrolinx Server.
getCheckId() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
getCheckId() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
getCheckId() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
getCheckId() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
getCheckId() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
getCheckId() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
getCheckId() - Method in class com.acrolinx.services.v4.checking.CancelCheck
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v4.checking.GetCheckDocumentResult
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v4.checking.GetCheckResultContents
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v4.checking.GetCheckStatus
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v4.checking.ReleaseCheckResult
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v5.checking.CancelCheck
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v5.checking.GetCheckDocumentResult
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v5.checking.GetCheckResultContents
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v5.checking.GetCheckStatus
Gets the value of the checkId property.
getCheckId() - Method in class com.acrolinx.services.v5.checking.ReleaseCheckResult
Gets the value of the checkId property.
getCheckIds() - Method in class com.acrolinx.services.v4.checking.AggregateCheckReports
Gets the value of the checkIds property.
getCheckIds() - Method in class com.acrolinx.services.v5.checking.AggregateCheckReports
Gets the value of the checkIds property.
getCheckingInformation() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getCheckingInformation() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getCheckingInformation() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getCheckingPort() - Method in class com.acrolinx.services.v4.checking.CheckingService
 
getCheckingPort(WebServiceFeature...) - Method in class com.acrolinx.services.v4.checking.CheckingService
 
getCheckingPort() - Method in class com.acrolinx.services.v5.checking.CheckingService
 
getCheckingPort(WebServiceFeature...) - Method in class com.acrolinx.services.v5.checking.CheckingService
 
getCheckingScope() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getCheckingScope() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getCheckingScope() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getCheckingScopeHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getCheckingScopeHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getCheckingScopeHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getCheckingScopeHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getCheckingScore() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getCheckingScore() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getCheckingScore() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getCheckingService() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getCheckingService(IServiceRegistry, String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getCheckingStatusHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getCheckingStatusHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getCheckingStatusHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getCheckingStatusHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getCheckPriority() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the checkPriority property.
getCheckPriority() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the checkPriority property.
getCheckPriority() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the checkPriority property.
getCheckPriority() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the checkPriority property.
GetCheckReportDependencies - Class in com.acrolinx.services.v4.checking
Java class for getCheckReportDependencies complex type.
GetCheckReportDependencies() - Constructor for class com.acrolinx.services.v4.checking.GetCheckReportDependencies
 
getCheckReportDependencies() - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
GetCheckReportDependencies - Class in com.acrolinx.services.v5.checking
Java class for getCheckReportDependencies complex type.
GetCheckReportDependencies() - Constructor for class com.acrolinx.services.v5.checking.GetCheckReportDependencies
 
getCheckReportDependencies() - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
GetCheckReportDependenciesResponse - Class in com.acrolinx.services.v4.checking
Java class for getCheckReportDependenciesResponse complex type.
GetCheckReportDependenciesResponse() - Constructor for class com.acrolinx.services.v4.checking.GetCheckReportDependenciesResponse
 
GetCheckReportDependenciesResponse - Class in com.acrolinx.services.v5.checking
Java class for getCheckReportDependenciesResponse complex type.
GetCheckReportDependenciesResponse() - Constructor for class com.acrolinx.services.v5.checking.GetCheckReportDependenciesResponse
 
getCheckReportFormats() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the checkReportFormats property.
getCheckReportFormats() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the checkReportFormats property.
getCheckReportFormats() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the checkReportFormats property.
getCheckReportFormats() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the checkReportFormats property.
getCheckReportJsonUrl() - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Gets the value of the checkReportJsonUrl property.
getCheckReportJsonUrl() - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Gets the value of the checkReportJsonUrl property.
getCheckReportXmlUrl() - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Gets the value of the checkReportXmlUrl property.
getCheckReportXmlUrl() - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Gets the value of the checkReportXmlUrl property.
getCheckResult() - Method in interface com.acrolinx.javasdk.api.server.adapter.Check
This call is blocking and waiting until the check has finished.
getCheckResult(CheckResultTransferMethod) - Method in interface com.acrolinx.javasdk.api.server.adapter.Check
This call is blocking and waiting until the check has finished.
getCheckResult(ProgressMonitor) - Method in interface com.acrolinx.javasdk.api.server.adapter.Check
This call is blocking and waiting until the check has finished.
getCheckResult(ProgressMonitor, CheckResultTransferMethod) - Method in interface com.acrolinx.javasdk.api.server.adapter.Check
This call is blocking and waiting until the check has finished.
getCheckResult() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
getCheckResult(CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
getCheckResult(ProgressMonitor) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
getCheckResult(ProgressMonitor, CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
getCheckResult() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
getCheckResult(CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
getCheckResult(ProgressMonitor) - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
getCheckResult(ProgressMonitor, CheckResultTransferMethod) - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
GetCheckResultContents - Class in com.acrolinx.services.v4.checking
Java class for getCheckResultContents complex type.
GetCheckResultContents() - Constructor for class com.acrolinx.services.v4.checking.GetCheckResultContents
 
getCheckResultContents(String, String, CheckResultType) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
GetCheckResultContents - Class in com.acrolinx.services.v5.checking
Java class for getCheckResultContents complex type.
GetCheckResultContents() - Constructor for class com.acrolinx.services.v5.checking.GetCheckResultContents
 
getCheckResultContents(String, String, CheckResultType) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
GetCheckResultContentsResponse - Class in com.acrolinx.services.v4.checking
Java class for getCheckResultContentsResponse complex type.
GetCheckResultContentsResponse() - Constructor for class com.acrolinx.services.v4.checking.GetCheckResultContentsResponse
 
GetCheckResultContentsResponse - Class in com.acrolinx.services.v5.checking
Java class for getCheckResultContentsResponse complex type.
GetCheckResultContentsResponse() - Constructor for class com.acrolinx.services.v5.checking.GetCheckResultContentsResponse
 
getCheckResults() - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
getCheckResults() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getCheckResultType() - Method in class com.acrolinx.services.v4.checking.GetCheckResultContents
Gets the value of the checkResultType property.
getCheckResultType() - Method in class com.acrolinx.services.v5.checking.GetCheckResultContents
Gets the value of the checkResultType property.
getCheckScope() - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformation
Returns the current check scope of the document.
getCheckScope() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
getCheckSession() - Method in class com.acrolinx.javasdk.core.server.adapter.Sessions
 
getCheckSettings() - Method in interface com.acrolinx.javasdk.gui.settings.client.ClientSettings
 
getCheckSettings() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
getCheckSettings() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the checkSettings property.
getCheckSettings() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the checkSettings property.
getCheckSettings() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the checkSettings property.
getCheckSettings() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the checkSettings property.
getCheckSettingsProvider() - Method in interface com.acrolinx.javasdk.gui.settings.client.ServerSideSettingsProvider
 
getCheckSettingsProvider() - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
getCheckStartTime() - Method in interface com.acrolinx.javasdk.api.report.CheckingInformation
Gets the check start time.
getCheckStartTime() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getCheckStatus(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
getCheckStatus(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
getCheckStatus(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getCheckStatus(String, int) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getCheckStatus(String, int) - Method in interface com.acrolinx.javasdk.core.server.CheckingService
 
GetCheckStatus - Class in com.acrolinx.services.v4.checking
Java class for getCheckStatus complex type.
GetCheckStatus() - Constructor for class com.acrolinx.services.v4.checking.GetCheckStatus
 
getCheckStatus(String, String) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
GetCheckStatus - Class in com.acrolinx.services.v5.checking
Java class for getCheckStatus complex type.
GetCheckStatus() - Constructor for class com.acrolinx.services.v5.checking.GetCheckStatus
 
getCheckStatus(String, String) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
GetCheckStatusResponse - Class in com.acrolinx.services.v4.checking
Java class for getCheckStatusResponse complex type.
GetCheckStatusResponse() - Constructor for class com.acrolinx.services.v4.checking.GetCheckStatusResponse
 
GetCheckStatusResponse - Class in com.acrolinx.services.v5.checking
Java class for getCheckStatusResponse complex type.
GetCheckStatusResponse() - Constructor for class com.acrolinx.services.v5.checking.GetCheckStatusResponse
 
getCheckTabHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.OptionContentView
 
getCheckTabHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getCheckTabHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getCheckTabHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getCheckType() - Method in class com.acrolinx.javasdk.gui.actions.CheckAction
 
getChunks() - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
getChunks() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.InlineCheckCallbackCorrectionProxy
 
getClassifiedSuggestions() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getClassifier() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.commands.impl.SetMenuPositonCommand
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowOptionsCommand
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
getClickHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryToggleHandler
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractNotifingLocalizedCommand
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
getClickHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.AboutCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.ContributeTermCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.HelpCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreInWholeDocumentCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreMarkingCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
getClickHandlerInternal() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractNotifingLocalizedCommand
 
getClickHandlerListener(Command) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
getClient() - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
 
getClient() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
getClient() - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
getClient() - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleClient
 
getClient() - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleClient
 
getClientApplicationName() - Method in interface com.acrolinx.javasdk.api.client.ClientInformation
 
getClientApplicationName() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
getClientExtensionProvider() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
 
getClientHostApplication() - Method in class com.acrolinx.services.v3.core.ClientInfo
Gets the value of the clientHostApplication property.
getClientHostname() - Method in class com.acrolinx.services.v3.core.ClientInfo
Gets the value of the clientHostname property.
getClientInfo() - Method in class com.acrolinx.services.v3.core.RequestSessionRequest
Gets the value of the clientInfo property.
getClientInformation() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxClient
 
getClientLocale() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the clientLocale property.
getClientLocale() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the clientLocale property.
getClientLocale() - Method in class com.acrolinx.services.v4.checking.GetAvailableLanguages
Gets the value of the clientLocale property.
getClientLocale() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the clientLocale property.
getClientLocale() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the clientLocale property.
getClientLocale() - Method in class com.acrolinx.services.v5.checking.GetAvailableLanguages
Gets the value of the clientLocale property.
getClientLoginName() - Method in class com.acrolinx.services.v3.core.ClientInfo
Gets the value of the clientLoginName property.
getClientName() - Method in interface com.acrolinx.javasdk.api.client.ClientInformation
 
getClientName() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
getClientName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getClientProperties() - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
 
getClientProperties() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
getClientProperties() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getClientProperties() - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getClientProperties() - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
getClientProperties() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
getClientPropertyKey() - Method in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult.ClientPropertyKeys
Gets the value of the clientPropertyKey property.
getClientPropertyKeys() - Method in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult
Gets the value of the clientPropertyKeys property.
getClientPropertyValue() - Method in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult.ClientPropertyValues
Gets the value of the clientPropertyValue property.
getClientPropertyValues() - Method in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult
Gets the value of the clientPropertyValues property.
getClientSessionId() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
FB: At the time of writing this comment, this is not included in the XML report received from the Acrolinx Server.
getClientSettings() - Method in class com.acrolinx.javasdk.gui.checking.CheckHistoryEntry
 
getClientSettings() - Method in class com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter
 
getClientSettingsStore() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
getClientSettingsValidator() - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
getClientSettingsValidator() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Gets the ClientSettingsValidator which can be used to validate ClientSettings .
getClientSignature() - Method in interface com.acrolinx.javasdk.api.client.ClientInformation
A ClientSignature is used to identify a client.
getClientSignature() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
getClientSignature() - Method in class com.acrolinx.services.v3.core.RequestSessionRequest
Gets the value of the clientSignature property.
getClientSiteAdditionalResultData() - Method in interface com.acrolinx.javasdk.api.extraction.AdditionalData
Gets the additional result information used by the results dialog for displaying additional information like skipped elements or extraction warning counts.
getClientSiteAdditionalResultData() - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
getClientVersion() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getCloseButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getCloseButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getCloseButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getCloseButtonHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getCloseButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getCloseButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getColor() - Method in enum com.acrolinx.javasdk.api.client.DefaultFlagColor
 
getColor(Flag) - Static method in enum com.acrolinx.javasdk.api.client.DefaultFlagColor
 
getColor(FlagType, TermStatus, ExtractionStatus) - Static method in enum com.acrolinx.javasdk.api.client.DefaultFlagColor
 
getColor() - Method in interface com.acrolinx.javasdk.gui.checking.inline.Marking
 
getColor() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingImpl
 
getColor() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ColorHandler
 
getColor() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryColorHandler
 
getColor() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryTextHandler
 
getColor() - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingLabelAdapter
 
getColor() - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtLabelAdapter
 
getColor(int) - Static method in class com.swtdesigner.SWTResourceManager
Returns the system Color matching the specific ID.
getColor(int, int, int) - Static method in class com.swtdesigner.SWTResourceManager
Returns a Color given its red, green and blue component values.
getColor(RGB) - Static method in class com.swtdesigner.SWTResourceManager
Returns a Color given its RGB value.
getColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ColorPresenter.ColorView
 
getColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
getColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
getColumnType() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.Column
 
getCommandButtonMap() - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
getCommands() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
getCommands() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
getCommands() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
getCommands() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
getCommands() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
getCommands() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
getCommands() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
getCommands() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
getCommands() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
getComponents() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getConfigurationName() - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyRequest
Gets the value of the configurationName property.
getConfigurationName() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Gets the value of the configurationName property.
getConnectionSettings() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
 
getConnectionSettings() - Method in interface com.acrolinx.javasdk.gui.settings.client.ClientSettings
 
getConnectionSettings() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
getConnectionSettingsHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getConnectionSettingsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getConnectionSettingsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getConnectionSettingsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getConnectionSettingsHistoryStore() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
getConnectionSettingsHistoryStore() - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
getConnectionType() - Method in interface com.acrolinx.javasdk.api.server.ProxySettings
Gets the type.
getConnectionType() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
getContext() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getContextInfo() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.ContextInfos
Gets the value of the contextInfo property.
getContextInfo() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest.ContextInfos
Gets the value of the contextInfo property.
getContextInfo() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.ContextInfos
Gets the value of the contextInfo property.
getContextInfo() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest.ContextInfos
Gets the value of the contextInfo property.
getContextInfoName() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities.ContextInfoNames
Gets the value of the contextInfoName property.
getContextInfoName() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities.ContextInfoNames
Gets the value of the contextInfoName property.
getContextInfoNames() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Gets the value of the contextInfoNames property.
getContextInfoNames() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Gets the value of the contextInfoNames property.
getContextInformation() - Method in interface com.acrolinx.javasdk.api.extraction.Document
 
getContextInformation() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentImpl
 
getContextInformation() - Method in class com.acrolinx.javasdk.core.extraction.StreamDocument
 
getContextInformation() - Method in class com.acrolinx.javasdk.core.extraction.StringDocument
 
getContextInfos() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the contextInfos property.
getContextInfos() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the contextInfos property.
getContextInfos() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the contextInfos property.
getContextInfos() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the contextInfos property.
getContextList() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Block
 
getContextMenuDialogProvider() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.controls.SplitButton
 
getContextMenuPosition() - Method in interface com.acrolinx.javasdk.gui.settings.plugin.PluginSettings
 
getContextMenuPosition() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
getContexts() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getContexts() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getContributionUrl() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.TermCandidate
 
getControlCharacter() - Method in enum com.acrolinx.javasdk.api.extraction.ControlCharacter
 
getControls() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getCopyToClipboardButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailButtonView
 
getCopyToClipboardButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getCopyToClipboardButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getCopyToClipboardButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailButtonView
 
getCopyToClipboardButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getCopyToClipboardButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getCorePort() - Method in class com.acrolinx.services.v3.core.CoreService
 
getCorePort(WebServiceFeature...) - Method in class com.acrolinx.services.v3.core.CoreService
 
getCoreService() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getCoreService(IServiceRegistry, String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getCorrectionDialogCheckControllerCallback() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getCorrectionProxy() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionModel
 
getCount() - Method in interface com.acrolinx.javasdk.api.report.FlagSummary
 
getCount() - Method in class com.acrolinx.services.v5.checking.FlagResultDetails
Gets the value of the count property.
getCountTextColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.SummaryElementHandler
 
getCountTextColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
getCountTextColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
getCountTextHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.SummaryElementHandler
 
getCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
getCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
GetCreateDumpResult - Class in com.acrolinx.services.v6.terminology
Java class for getCreateDumpResult complex type.
GetCreateDumpResult() - Constructor for class com.acrolinx.services.v6.terminology.GetCreateDumpResult
 
getCreateDumpResult(String, CreateDumpRequestId) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
GetCreateDumpResultResponse - Class in com.acrolinx.services.v6.terminology
Java class for getCreateDumpResultResponse complex type.
GetCreateDumpResultResponse() - Constructor for class com.acrolinx.services.v6.terminology.GetCreateDumpResultResponse
 
getCurrentTimeMillis() - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
getCursor(int) - Static method in class com.swtdesigner.SWTResourceManager
Returns the system cursor matching the specific ID.
getCustomAdmittedTermFlagName() - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Gets the value of the customAdmittedTermFlagName property.
getCustomAdmittedTermFlagName() - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Gets the value of the customAdmittedTermFlagName property.
getCustomCriteria() - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Gets the value of the customCriteria property.
getCustomizedAdmittedTermName() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getCustomizedAdmittedTermName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getCustomizedAdmittedTermName() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getCustomizedAdmittedTermName() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getCustomReuseSentenceBank() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
getCustomReuseSentenceBank() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getCustomReuseSentenceBank() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
getData() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Gets the value of the data property.
getData() - Method in class com.acrolinx.services.v6.terminology.RestoreDumpRequest
Gets the value of the data property.
getDeepCopy() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getDefault() - Static method in enum com.acrolinx.javasdk.api.report.CheckResultTransferMethod
 
getDefaultBreakLevel(String) - Method in class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper
 
getDefaultFilterMode(FilterMode) - Method in class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper
 
getDeprecatedTerm() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.DeprecatedTermFlagPoJo
 
getDeprecatedTermsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getDeprecatedTermsCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getDeprecatedTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getDeprecatedTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getDeprecatedTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getDeprecatedTermsTypesCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getDescription() - Method in interface com.acrolinx.javasdk.api.report.Flag
Gets the description which is rule name (without underscores) or a fixed description which is stored as description in the checking report.
For some spelling rules this may be an empty string but it is never NULL.
getDescription() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagWithDescriptionPoJo
 
getDescription() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
getDescription() - Method in class com.acrolinx.services.v5.checking.KeywordList
Gets the value of the description property.
getDescription() - Method in class com.acrolinx.services.v5.checking.Wordlist
Gets the value of the description property.
getDetail(DocumentTypeIdentifier.Detail.Type) - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
getDetailButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailButtonView
 
getDetailButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getDetailButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getDetailedMessage() - Method in interface com.acrolinx.javasdk.api.server.ValidationResult
 
getDetailedMessage() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
getDetailLogUrl() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Gets the value of the detailLogUrl property.
getDetails() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
getDetailsButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailButtonView
 
getDetailsButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getDetailsButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getDialog() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.SwingMultiDocumentWindow
 
getDialog() - Method in class com.acrolinx.javasdk.gui.swing.sample.simple.SwingSimpleWindow
 
getDialogsPresenter() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Gets the DialogsPresenter which can be used to display dialogs like message boxes, progress dialogs etc.
getDisplayName() - Method in class com.acrolinx.javasdk.core.extraction.Tag
 
getDisplayName() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocument
 
getDisplayName() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocument
 
getDocTypeName() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
getDocument() - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformation
Gets the Document containing the text for a check.
getDocument() - Method in interface com.acrolinx.javasdk.api.extraction.TypedCheckInformation
 
getDocument() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
getDocumentAuthor() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getDocumentCheckSettings() - Method in class com.acrolinx.javasdk.gui.checking.CheckHistoryEntry
 
getDocumentFilename() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getDocumentFlagCount() - Method in class com.acrolinx.services.v4.checking.ResultDetails
Gets the value of the documentFlagCount property.
getDocumentFlagCount() - Method in class com.acrolinx.services.v5.checking.ResultDetails
Gets the value of the documentFlagCount property.
getDocumentFormat() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getDocumentScore() - Method in class com.acrolinx.services.v4.checking.ResultDetails
Gets the value of the documentScore property.
getDocumentScore() - Method in class com.acrolinx.services.v5.checking.ResultDetails
Gets the value of the documentScore property.
getDocumentSessionController() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionControllerProvider
 
getDocumentSessionController() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getDocumentSessionController() - Method in class com.acrolinx.javasdk.gui.sessions.SessionProvider
 
getDocumentStatus() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getDocumentStatus() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getDocumentStatus() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getDocumentStatus() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getDocumentStatus() - Method in class com.acrolinx.services.v4.checking.ResultDetails
Gets the value of the documentStatus property.
getDocumentStatus() - Method in class com.acrolinx.services.v5.checking.ResultDetails
Gets the value of the documentStatus property.
getDocumentType() - Method in class com.acrolinx.javasdk.gui.extensions.DocumentSessionTagListProvider
 
getDocumentType() - Method in interface com.acrolinx.javasdk.gui.extensions.segmentation.TagListProvider
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.JavaFileTextPaneExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.LatexFileTextPaneExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.SampleFileTextPaneExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.ServerSideXmlFileTextPaneExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.JavaFileStyledTextExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.LatexFileStyledTextExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.SampleFileStyledTextExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.ServerSideXmlFileStyledTextExtractor
 
getDocumentType() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
getDocumentTypeIdentifierInfoCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionView
 
getDocumentTypeIdentifierInfoCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionView
 
getDocumentTypeIdentifierInfoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.extensions.FilterPanel
 
getDocumentTypeIdentifierInfoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.extensions.SegmentationPanel
 
getDocumentTypeIdentifierInfoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.FilterComposite
 
getDocumentTypeIdentifierInfoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.SegmentationComposite
 
getDocumentTypeIdentifierInfoTextHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionView
 
getDocumentTypeIdentifierInfoTextHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionView
 
getDocumentTypeIdentifierInfoTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.extensions.FilterPanel
 
getDocumentTypeIdentifierInfoTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.extensions.SegmentationPanel
 
getDocumentTypeIdentifierInfoTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.FilterComposite
 
getDocumentTypeIdentifierInfoTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.SegmentationComposite
 
getDomain() - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Gets the value of the domain property.
getDownButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getDownButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getDownButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getDownButtonImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getDownButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getDownButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getDumpCreationRequest() - Method in class com.acrolinx.services.v6.terminology.CreateDump
Gets the value of the dumpCreationRequest property.
getDumpCreationRequest() - Method in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequest
Gets the value of the dumpCreationRequest property.
getDumpFileUrl() - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Gets the value of the dumpFileUrl property.
getDumpId() - Method in class com.acrolinx.services.v6.terminology.CreateDumpRequestId
Gets the value of the dumpId property.
getDumpId() - Method in class com.acrolinx.services.v6.terminology.RestoreDumpRequestId
Gets the value of the dumpId property.
getDumpRestoreRequest() - Method in class com.acrolinx.services.v6.terminology.RestoreDump
Gets the value of the dumpRestoreRequest property.
getDumpRestoreRequest() - Method in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequest
Gets the value of the dumpRestoreRequest property.
getEastAsianLanguageSupportingFont() - Static method in class com.acrolinx.javasdk.gui.swing.sample.util.FontUtil
Warning: This method currently only works on Microsoft Windows or on systems where the font "Arial Unicode MS" exists.
getEastAsianLanguageSupportingFont() - Static method in class com.acrolinx.javasdk.gui.swt.sample.util.FontUtil
Warning: This method currently only works on Microsoft Windows or on systems where the font "Arial Unicode MS" exists.
getEclipseFacade(GuiEclipseFactory) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
Gets the Eclipse facade provided by GuiEclipseFactory.getEclipseFacade().
getEclipseFacade() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiEclipseFactory
 
getElapsedTime() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getElements() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
getEmptyElements() - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings.DocumentTypeFilterSettings
 
getEmptyElements() - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
getEncodingName() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the encodingName property.
getEncodingName() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the encodingName property.
getEncryptedClientSignature() - Method in class com.acrolinx.javasdk.core.server.CheckCredentials
 
getEncryptedOrPlaintextPassword() - Method in class com.acrolinx.services.v3.core.GetAuthToken
Gets the value of the encryptedOrPlaintextPassword property.
getEnd() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Range
 
getEnd() - Method in interface com.acrolinx.javasdk.api.report.PartOfText
 
getEnd() - Method in class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
getEnd() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
getEnd() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Match
 
getEnd() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SimpleContext
 
getEnd() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
getEnd() - Method in class com.acrolinx.javasdk.core.report.PartOfTextImpl
 
getEndIndex() - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
getEndOffset() - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Gets the value of the endOffset property.
getEndOffset() - Method in class com.acrolinx.services.v4.checking.ContextInfo
Gets the value of the endOffset property.
getEndOffset() - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Gets the value of the endOffset property.
getEndOffset() - Method in class com.acrolinx.services.v5.checking.ContextInfo
Gets the value of the endOffset property.
getEndOffset() - Method in class com.acrolinx.services.v5.checking.Offsets
Gets the value of the endOffset property.
getEndReplacement() - Method in interface com.acrolinx.javasdk.api.report.Suggestion
 
getEndTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Gets the value of the endTimeInMilliSeconds property.
getEndTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Gets the value of the endTimeInMilliSeconds property.
getEndTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Gets the value of the endTimeInMilliSeconds property.
getEndTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResult
Gets the value of the endTimeInMilliSeconds property.
getEntryId() - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Gets the value of the entryId property.
getEntrys() - Method in interface com.acrolinx.javasdk.api.server.MetaInfo
 
getEntrys() - Method in class com.acrolinx.javasdk.core.server.MetaInfoImpl
 
getErrorDetailHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
getErrorDetailHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getErrorDetailHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getErrorExceptionStackTraceHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
getErrorExceptionStackTraceHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getErrorExceptionStackTraceHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getErrorLabel() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getErrorLabel() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getErrorLabel() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getErrorMessageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
getErrorMessageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getErrorMessageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getErrorNumber() - Method in exception com.acrolinx.javasdk.api.exceptions.LicensingException
 
getException() - Method in interface com.acrolinx.javasdk.api.server.ValidationResult
 
getExclude() - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings.DocumentTypeFilterSettings
 
getExclude() - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
getExplanations() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getExportFileUrl() - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Gets the value of the exportFileUrl property.
getExportTerminologyRequest() - Method in class com.acrolinx.services.v6.terminology.ExportTerminology
Gets the value of the exportTerminologyRequest property.
getExtensionSettings() - Method in interface com.acrolinx.javasdk.gui.settings.client.ClientSettings
 
getExtensionSettings() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
getExtensionSettingsProvider() - Method in interface com.acrolinx.javasdk.gui.settings.client.ServerSideSettingsProvider
 
getExtensionSettingsProvider() - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
getExtractionCheck() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
 
getExtractionResult() - Method in class com.acrolinx.javasdk.core.extraction.StreamDocument
 
getExtractionStatus() - Method in interface com.acrolinx.javasdk.api.report.ExtractionFlag
The ExtractionStatus describes how the Java SDK deals with the extracted text.
getExtractionStatus() - Method in class com.acrolinx.javasdk.core.report.ExtractionFlagImpl
 
getExtractionStatus() - Method in enum com.acrolinx.javasdk.gui.MarkingType
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.CannotCreateUserFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.ExpiredPasswordInAuthTokenFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.InsufficientPrivilegesFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.InvalidCredentialsFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.InvalidSessionFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.InvalidSignatureFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.InvalidUsernameFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.LicensingFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.NoSuchAuthTokenFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.core.NoSuchUserInAuthTokenFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v3.feedback.InvalidSessionFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.CheckCancelledFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.CheckFailedFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.ClientSideReportStorageNotConfiguredFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.ConfigurationUnavailableFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.InvalidSessionFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.NoSuchCheckIdFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.NoSuchCheckResultFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.checking.UserMetadataIncompleteFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.feedback.InsufficientPrivilegesFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.feedback.InvalidSessionFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.user.ExpiredPasswordInAuthTokenFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.user.NoSuchAuthTokenFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v4.user.NoSuchUserInAuthTokenFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.CheckCancelledFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.CheckFailedFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.ClientSideReportStorageNotConfiguredFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.ConfigurationUnavailableFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.InvalidSessionFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.NoSuchCheckIdFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.NoSuchCheckResultFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v5.checking.UserMetadataIncompleteFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v6.terminology.CouldNotCreateDumpFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v6.terminology.CouldNotRestoreDumpFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v6.terminology.InsufficientPrivilegesFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v6.terminology.InvalidSessionFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v6.terminology.TerminologyExportFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v6.terminology.TerminologyImportFault_Exception
 
getFaultInfo() - Method in exception com.acrolinx.services.v6.terminology.TerminologyManagerUnavailableFault_Exception
 
getFeedback() - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedback
Gets the value of the feedback property.
getFeedback() - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedback
Gets the value of the feedback property.
getFeedbackPort() - Method in class com.acrolinx.services.v3.feedback.FeedbackService
 
getFeedbackPort(WebServiceFeature...) - Method in class com.acrolinx.services.v3.feedback.FeedbackService
 
getFeedbackPort() - Method in class com.acrolinx.services.v4.feedback.FeedbackService
 
getFeedbackPort(WebServiceFeature...) - Method in class com.acrolinx.services.v4.feedback.FeedbackService
 
getFeedbackService() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getFeedbackService(IServiceRegistry, String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getFile() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocument
 
getFile() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.AbstractSampleFileTextPaneExtractor
 
getFile() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocument
 
getFile() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.AbstractSampleFileStyledTextExtractor
 
getFileFormat() - Method in interface com.acrolinx.javasdk.api.extraction.Document
Gets the FileFormat of the Document.
getFileFormat() - Method in class com.acrolinx.javasdk.api.extraction.FileFormat
 
getFileFormat() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocument
 
getFileFormat() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
getFilename() - Method in interface com.acrolinx.javasdk.api.extraction.Document
Gets the FileName of the Document.
getFilename() - Method in class com.acrolinx.javasdk.api.extraction.FileName
 
getFilename() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocument
 
getFileName() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
getFileName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getFilename() - Method in interface com.acrolinx.javasdk.gui.checking.comparative.ComparativeCheckCallback
 
getFilename() - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
getFilename() - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
 
getFilename() - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
getFilename() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getFileName() - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Extractor
 
getFileName() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.AbstractSampleFileTextPaneExtractor
 
getFileName() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
getFileName() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.AbstractSampleFileStyledTextExtractor
 
getFileName() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
getFilePath() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getFilterEmptyElementPropertyName(int) - Static method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
getFilterExcludePropertyName(int) - Static method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
getFilterIncludePropertyName(int) - Static method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
getFilterListHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionView
 
getFilterListHandler() - Method in class com.acrolinx.javasdk.gui.swing.extensions.FilterPanel
 
getFilterListHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.FilterComposite
 
getFilterMode(FilterMode) - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getFilterMode(FilterMode) - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getFilterSettings(DocumentTypeIdentifier) - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings
 
getFilterSettings(DocumentTypeIdentifier) - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
getFlag() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Match
 
getFlagFeedback() - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest.FlagFeedbacks
Gets the value of the flagFeedback property.
getFlagFeedback() - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest.FlagFeedbacks
Gets the value of the flagFeedback property.
getFlagFeedbacks() - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest
Gets the value of the flagFeedbacks property.
getFlagFeedbacks() - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest
Gets the value of the flagFeedbacks property.
getFlagId() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getFlagId() - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Gets the value of the flagId property.
getFlagId() - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Gets the value of the flagId property.
getFlagResultDetail() - Method in class com.acrolinx.services.v5.checking.ResultDetails.FlagResultDetails
Gets the value of the flagResultDetail property.
getFlagResultDetails() - Method in class com.acrolinx.services.v5.checking.ResultDetails
Gets the value of the flagResultDetails property.
getFlags() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getFlags() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getFlags() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getFlags() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getFlags() - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
getFlags() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getFlagsForKey(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
getFlagsForKey(Key) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getFlagSummary(ReportSummaryFlagType) - Method in interface com.acrolinx.javasdk.api.report.ReportSummary
 
getFlagTextHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getFlagTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getFlagTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getFlagTextMarkingNavigator() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getFlagTextMarkingNavigator() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getFlagTextMarkingNavigator() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getFlagTextMarkings() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getFlagTextMarkings() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getFlagTextMarkings() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getFlagType() - Method in enum com.acrolinx.javasdk.api.report.ReportSummaryFlagType
 
getFlagtype() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getFlagType() - Method in enum com.acrolinx.javasdk.gui.MarkingType
 
getFlagType() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities.FlagTypes
Gets the value of the flagType property.
getFlagType() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities.FlagTypes
Gets the value of the flagType property.
getFlagTypes() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Gets the value of the flagTypes property.
getFlagTypes() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Gets the value of the flagTypes property.
getFont(String, int, int) - Static method in class com.swtdesigner.SWTResourceManager
Returns a Font based on its name, height and style.
getFont(String, int, int, boolean, boolean) - Static method in class com.swtdesigner.SWTResourceManager
Returns a Font based on its name, height and style.
getFormat() - Method in class com.acrolinx.services.v4.checking.RequestDescription
Gets the value of the format property.
getFormat() - Method in class com.acrolinx.services.v5.checking.RequestDescription
Gets the value of the format property.
getFormat() - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Gets the value of the format property.
getFrame() - Method in class com.acrolinx.javasdk.gui.swing.sample.SwingMainWindow
 
getFriendlyName() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
getFullSuggestions() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getGenericPassword() - Method in interface com.acrolinx.javasdk.api.server.SingleSignOnConfiguration
 
getGenericPassword() - Method in class com.acrolinx.javasdk.core.server.SingleSignOnHeaderConfigurationImpl
 
getGlobalSettings() - Method in class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper
 
getGrammarCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getGrammarCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getGrammarCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getGrammarCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getGrammarErrorsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getGrammarErrorTypesCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
GetGrantedPrivileges - Class in com.acrolinx.services.v4.user
Java class for getGrantedPrivileges complex type.
GetGrantedPrivileges() - Constructor for class com.acrolinx.services.v4.user.GetGrantedPrivileges
 
getGrantedPrivileges(String) - Method in interface com.acrolinx.services.v4.user.IUserService
 
GetGrantedPrivilegesResponse - Class in com.acrolinx.services.v4.user
Java class for getGrantedPrivilegesResponse complex type.
GetGrantedPrivilegesResponse() - Constructor for class com.acrolinx.services.v4.user.GetGrantedPrivilegesResponse
 
getGreen() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Gets the green.
getGroupId() - Method in interface com.acrolinx.javasdk.api.report.Flag
 
getGroupId() - Method in interface com.acrolinx.javasdk.api.report.GroupId
 
getGroupId() - Method in interface com.acrolinx.javasdk.api.report.Suggestion
 
getGroupId() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
getGroupId() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getGroupID() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
getGroupId() - Method in class com.acrolinx.javasdk.core.report.GroupIdImpl
 
getGroupId() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
getGuiContext() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getGuiEclipseFactory(GuiFactory, GuiSwtFactory) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
Gets the GUI Eclipse factory from GuiEclipseFactory.Instantiator.get().
getGuiFactory() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.AbstractSampleFileTextPaneExtractor
 
getGuiFactory() - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleClient
 
getGuiFactory() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
Gets the GUI factory from GuiFactory.Instantiator.get().
getGuiFactory() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.AbstractSampleFileStyledTextExtractor
 
getGuiFactory() - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleClient
 
getGuiLanguage() - Method in interface com.acrolinx.javasdk.gui.settings.plugin.PluginSettings
 
getGuiLanguage() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
getGuiLanguageCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.PluginTabView
 
getGuiLanguageCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getGuiLanguageCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getGuiLanguageCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getGuiLanguageCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getGuiLanguageCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getGuiLanguageListHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.PluginTabView
 
getGuiLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getGuiLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getGuiLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getGuiLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getGuiLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getGuiSWTFactory() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
 
getHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.AbstractNamedHandler
 
getHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.NamedHandler
 
getHarvestedTermsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getHeight() - Method in class com.acrolinx.javasdk.api.client.Area
 
getHeight() - Method in class com.acrolinx.javasdk.api.client.Location
 
getHelp() - Method in interface com.acrolinx.javasdk.api.report.Flag
 
getHelp() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
getHostName() - Method in interface com.acrolinx.javasdk.api.client.ClientInformation
 
getHostName() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
getHostName() - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
getHtmlCheckReportUri() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
getHtmlCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
getHtmlCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV5Based
 
getHtmlCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
getHtmlCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
getHtmlCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
getIcon() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
getIconUtil() - Method in class com.acrolinx.javasdk.gui.swing.GuiSwingFactory
 
getId() - Method in class com.acrolinx.services.v3.core.LicensingFault
Gets the value of the id property.
getId() - Method in class com.acrolinx.services.v4.checking.RequestDescription
Gets the value of the id property.
getId() - Method in class com.acrolinx.services.v5.checking.RequestDescription
Gets the value of the id property.
getIdentifier() - Method in enum com.acrolinx.javasdk.localization.Identifier
Gets the identifier.
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.AboutCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.ContributeTermCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.HelpCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreInWholeDocumentCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreMarkingCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.SetMenuPositonCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowOptionsCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
getImage() - Method in class com.acrolinx.javasdk.gui.StringWithImage
 
getImage(Images, Device) - Method in class com.acrolinx.javasdk.gui.swt.ImageUtil
 
getImage(InputStream) - Static method in class com.swtdesigner.SWTResourceManager
Returns an Image encoded by the specified InputStream.
getImage(String) - Static method in class com.swtdesigner.SWTResourceManager
Returns an Image stored in the file at the specified path.
getImage(Class<?>, String) - Static method in class com.swtdesigner.SWTResourceManager
Returns an Image stored in the file at the specified path relative to the specified class.
getImageFileName() - Method in enum com.acrolinx.javasdk.gui.Images
 
getImageResourceLoader() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
getImageResourceLoader() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
getImageUrl() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
getImageUrl() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
getImageUrl() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
getImageUrl() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
getImageUrl() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
getImageUrl() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
getImageUrl(Images) - Method in interface com.acrolinx.javasdk.gui.ImageResourceLoader
 
getImageUrl(Images) - Method in class com.acrolinx.javasdk.gui.ImageResourceLoaderImpl
 
getImageUtil() - Method in class com.acrolinx.javasdk.gui.swt.GuiSwtFactory
 
getImplBuildNumber() - Static method in class com.acrolinx.javasdk.core.version.JavaSDKVersion
 
getImplBuildVersion() - Static method in class com.acrolinx.javasdk.core.version.JavaSDKVersion
 
getImportance() - Method in interface com.acrolinx.javasdk.api.server.BroadcastMessage
 
getImportance() - Method in class com.acrolinx.javasdk.core.server.BroadcastMessageImpl
 
getImportance() - Method in class com.acrolinx.services.v3.core.Message
Gets the value of the importance property.
getImportTerminologyRequest() - Method in class com.acrolinx.services.v6.terminology.ImportTerminology
Gets the value of the importTerminologyRequest property.
getInclude() - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings.DocumentTypeFilterSettings
 
getInclude() - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
getIndex() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.ExtendedOffsetMarkingList
 
getIndex() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingList
 
getIndex() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingList
 
getInfoHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeyWordsView
 
getInfoHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getInfoHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getInlineCheckCallback() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionController
getInlineCheckControllerCallback() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getInputDescriptionId() - Method in interface com.acrolinx.javasdk.api.server.DictionaryEntry
 
getInputDescriptionId() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
getInputDescriptionId() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Gets the value of the inputDescriptionId property.
getInputDescriptionId() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Gets the value of the inputDescriptionId property.
getInstance() - Static method in class com.acrolinx.javasdk.core.internal.server.proxy.AcrolinxProxySelector
 
getInstance() - Static method in class com.acrolinx.javasdk.gui.AwtDesktopWebpagePresenter
 
getInstance() - Static method in class com.acrolinx.javasdk.gui.swt.eclipse.EclipseClientExtensionProvider
 
getInstance() - Static method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiCheckControllerProvider
Gets the single instance of GuiCheckControllerProvider.
getInstanceId() - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
 
getInstanceId() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
getIntegerValue(Map<String, String>, String, int) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportHandler
 
getInternalName() - Method in enum com.acrolinx.javasdk.api.extraction.SegmentationDefinition.InclusionMode
 
getIntProperty(String, long) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
getIntProperty(String, long) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
getIntProperty(String, long) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
getJsonCheckReportUri() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
getJsonCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
getJsonCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV5Based
 
getJsonCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
getJsonCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
getJsonCheckReportUri() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
getKey() - Method in interface com.acrolinx.javasdk.api.report.SpellingFlag
 
getKey() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.AdmittedTermFlagPoJo
 
getKey() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.DeprecatedTermFlagPoJo
 
getKey() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SpellingFlagPoJo
 
getKey() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.TermCandidate
 
getKey() - Method in interface com.acrolinx.javasdk.core.internal.reportpojo.WithKey
 
getKey(Key, MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
getKey(Key, MarkingNavigator.Direction) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
Gets the key.
getKey() - Method in interface com.acrolinx.javasdk.gui.checking.inline.Marking
 
getKey() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingImpl
 
getKey(Key, MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingNavigator
 
getKey(Key, MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
getKey(Key, MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getKey(Key, MarkingNavigator.Direction) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator
Gets the key.
getKeyByOffset(int) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingIndex
 
getKeyByOffset(int) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingIndex
 
getKeyFromCursor(MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
getKeyFromCursor(MarkingNavigator.Direction) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
Gets the key from cursor.
getKeyFromCursor(MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingNavigator
 
getKeyFromCursor(MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
getKeyFromCursor(MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getKeyFromCursor(MarkingNavigator.Direction) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator
Gets the key from cursor.
getKeyOnCaret() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingNavigator
 
getKeyOnCaret() - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator
 
getKeys() - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
getKeys() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getKeys() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatus
Gets all supported CheckingStatusKey.Keys.
getKeys() - Method in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusImpl
 
getKeys() - Method in class com.acrolinx.services.v3.feedback.MetaInfo
Gets the value of the keys property.
getKeys() - Method in class com.acrolinx.services.v4.checking.MetaInfo
Gets the value of the keys property.
getKeys() - Method in class com.acrolinx.services.v4.feedback.MetaInfo
Gets the value of the keys property.
getKeys() - Method in class com.acrolinx.services.v5.checking.MetaInfo
Gets the value of the keys property.
getKeysForFlag(Flag) - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
getKeysForFlag(Flag) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getKeyword() - Method in class com.acrolinx.javasdk.api.check.Keyword
 
getKeyword() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SeoFlagPoJo
 
getKeywordHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getKeywordHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getKeywordHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getKeywordList() - Method in interface com.acrolinx.javasdk.gui.sessions.KeywordListStore
 
getKeywordList() - Method in class com.acrolinx.javasdk.gui.sessions.MemoryKeyWordListStore
 
getKeywordList() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the keywordList property.
getKeywordList() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the keywordList property.
getKeywords() - Method in interface com.acrolinx.javasdk.api.checksettings.DocumentCheckSettings
Note: this key words are only handled if CheckSettings.isSEOCheckActive().
getKeywords() - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsImpl
 
getKeyWords() - Method in class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsModel
 
GetKnownServiceNames - Class in com.acrolinx.services.registry
Java class for getKnownServiceNames complex type.
GetKnownServiceNames() - Constructor for class com.acrolinx.services.registry.GetKnownServiceNames
 
getKnownServiceNames() - Method in interface com.acrolinx.services.registry.IServiceRegistry
 
GetKnownServiceNamesResponse - Class in com.acrolinx.services.registry
Java class for getKnownServiceNamesResponse complex type.
GetKnownServiceNamesResponse() - Constructor for class com.acrolinx.services.registry.GetKnownServiceNamesResponse
 
getLabelColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.SummaryElementHandler
 
getLabelColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
getLabelColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
getLanguage() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
getLanguage() - Method in interface com.acrolinx.javasdk.api.server.capabilities.LanguageCapabilities
 
getLanguage() - Method in interface com.acrolinx.javasdk.api.server.DictionaryEntry
 
getLanguage() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getLanguage() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Explanation
 
getLanguage() - Method in class com.acrolinx.javasdk.core.server.adapter.LanguageCapabilitiesImpl
 
getLanguage() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
getLanguage() - Method in class com.acrolinx.javasdk.gui.dialogs.options.NullLanguageCapabilities
 
getLanguage() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
getLanguage() - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Gets the value of the language property.
getLanguageCapabilities() - Method in interface com.acrolinx.javasdk.api.server.capabilities.ServerCapabilities
 
getLanguageCapabilities() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerCapabilitiesImpl
 
getLanguageCapabilities() - Method in class com.acrolinx.javasdk.gui.NullServerCapabilities
 
GetLanguageCapabilities - Class in com.acrolinx.services.v4.checking
Java class for getLanguageCapabilities complex type.
GetLanguageCapabilities() - Constructor for class com.acrolinx.services.v4.checking.GetLanguageCapabilities
 
getLanguageCapabilities(String) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
GetLanguageCapabilities - Class in com.acrolinx.services.v5.checking
Java class for getLanguageCapabilities complex type.
GetLanguageCapabilities() - Constructor for class com.acrolinx.services.v5.checking.GetLanguageCapabilities
 
getLanguageCapabilities(String) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
GetLanguageCapabilitiesResponse - Class in com.acrolinx.services.v4.checking
Java class for getLanguageCapabilitiesResponse complex type.
GetLanguageCapabilitiesResponse() - Constructor for class com.acrolinx.services.v4.checking.GetLanguageCapabilitiesResponse
 
GetLanguageCapabilitiesResponse - Class in com.acrolinx.services.v5.checking
Java class for getLanguageCapabilitiesResponse complex type.
GetLanguageCapabilitiesResponse() - Constructor for class com.acrolinx.services.v5.checking.GetLanguageCapabilitiesResponse
 
getLanguageCapability(Language) - Method in interface com.acrolinx.javasdk.api.server.capabilities.ServerCapabilities
 
getLanguageCapability(Language) - Method in class com.acrolinx.javasdk.core.server.adapter.ServerCapabilitiesImpl
 
getLanguageCapability(Language) - Method in class com.acrolinx.javasdk.gui.NullServerCapabilities
 
getLanguageCode() - Method in class com.acrolinx.javasdk.api.check.Language
 
getLanguageId() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getLanguageId() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v4.checking.AvailableLanguagesResult.LanguageIds
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v4.checking.CheckSettings
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v4.checking.GetLanguageCapabilities
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v5.checking.AvailableLanguagesResult.LanguageIds
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v5.checking.CheckSettings
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v5.checking.GetLanguageCapabilities
Gets the value of the languageId property.
getLanguageId() - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Gets the value of the languageId property.
getLanguageIds() - Method in class com.acrolinx.services.v4.checking.AvailableLanguagesResult
Gets the value of the languageIds property.
getLanguageIds() - Method in class com.acrolinx.services.v5.checking.AvailableLanguagesResult
Gets the value of the languageIds property.
getLanguageLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getLanguageLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getLanguageLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getLanguageLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getLanguageLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getLanguageLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getLanguageListHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getLanguageListHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getLanguageLocalizations(Locale) - Method in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
 
getLanguageLocalizations(Locale) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
getLanguageLocalizations(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
getLanguageLocalizations(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
getLanguageLocalizations(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getLanguageLocalizations(String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getLanguageLocalizations(String) - Method in interface com.acrolinx.javasdk.core.server.CheckingService
 
getLanguageName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getLanguageServerInstance() - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Gets the value of the languageServerInstance property.
getLanguageServerInstance() - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Gets the value of the languageServerInstance property.
getLastCoreService(String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getLastMessageRequestTimeKey(String, User) - Static method in class com.acrolinx.javasdk.api.storage.ApplicationStoreProperties
 
getLastRequestTimeInMilliseconds() - Method in class com.acrolinx.services.v3.core.GetBroadcastMessages
Gets the value of the lastRequestTimeInMilliseconds property.
getLastVersion(List<Integer>) - Static method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getLblHalloWorld() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionView
 
getLblHalloWorld() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionView
 
getLength() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Range
 
getLength() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getLength() - Method in class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
getLicensedModule() - Method in class com.acrolinx.services.v3.core.ServerVersionResult.LicensedModules
Gets the value of the licensedModule property.
getLicensedModules() - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Gets the value of the licensedModules property.
getLicensingExceptionType(Exception) - Static method in class com.acrolinx.javasdk.api.exceptions.ExceptionUtils
Returns a type code for a given Exception if it is a LicensingException.
getLinkAttributeValue() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getLinkAttributeValue() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getLinkPosition() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getLinkPosition() - Method in class com.acrolinx.javasdk.core.extraction.SimpleDOMNode
 
getListOfDocumentTypesProperty(Properties) - Static method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
getListOfDocumentTypesPropertyName() - Static method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
getListProperty(String, Collection<String>) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
getListProperty(String, Collection<String>) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
getListProperty(String, Collection<String>) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
getListSelectionHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getListSelectionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getListSelectionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getLocale() - Method in interface com.acrolinx.javasdk.localization.Localizer
 
getLocale() - Method in class com.acrolinx.javasdk.localization.LocalizerImpl
 
getLocalHostName() - Static method in class com.acrolinx.javasdk.api.util.NetUtils
Tries to get the local machine's name and IP address and returns a string in the form cavallo (192.168.0.166) Returns the argument unknownName if no information can be obtained.
getLocalizedLanguageName() - Method in class com.acrolinx.services.v4.checking.AvailableLanguagesResult.LocalizedLanguageNames
Gets the value of the localizedLanguageName property.
getLocalizedLanguageName() - Method in class com.acrolinx.services.v5.checking.AvailableLanguagesResult.LocalizedLanguageNames
Gets the value of the localizedLanguageName property.
getLocalizedLanguageNames() - Method in class com.acrolinx.services.v4.checking.AvailableLanguagesResult
Gets the value of the localizedLanguageNames property.
getLocalizedLanguageNames() - Method in class com.acrolinx.services.v5.checking.AvailableLanguagesResult
Gets the value of the localizedLanguageNames property.
getLocalizedMessage() - Method in exception com.acrolinx.javasdk.api.exceptions.UnresolvableEntityException
 
getLocalizer() - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
getLocalizer() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
getLocalizer() - Method in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
getLocalizer() - Method in class com.acrolinx.javasdk.gui.dialogs.progress.RunnableWithLocalizedProgress
 
getLocalizer() - Method in class com.acrolinx.javasdk.gui.extensions.SynchronizedExtension
 
getLocalizer() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Gets the Localizer used to localize dialogs and messages.
getLocalizer(GuiFactory, PluginSettings) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
 
getLocalizer() - Method in class com.acrolinx.javasdk.gui.threading.proxy.ThreadSyncWrapperAndLocalizationSetter
 
getLocationOnScreen(Range) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
getLocationOnScreen(Key) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingNavigator
 
getLocationOnScreen(Key) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator
 
getLocationOnScreen(Range) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
getLog() - Static method in class com.acrolinx.javasdk.localization.LocalizerImpl
 
getLog4JHandler() - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
getLog4JHandler() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Gets the Log4JHandler which is used to configure log4j settings.
getLogger(Class<?>) - Method in class com.acrolinx.javasdk.api.factory.AcrolinxFactory.NoOpLogger
 
getLogger(Class<?>) - Method in interface com.acrolinx.javasdk.api.factory.LoggerFactory
 
getLogger(Class<?>) - Method in class com.acrolinx.javasdk.core.factory.Log4jLoggerFactory
 
getLogger() - Static method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getLoggerFactory() - Static method in class com.acrolinx.javasdk.api.factory.AcrolinxFactoryInstantiator
 
getLoggingDirectory() - Method in interface com.acrolinx.javasdk.gui.settings.plugin.PluginSettings
 
getLoggingDirectory() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
getLoggingFrameCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.PluginTabView
 
getLoggingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getLoggingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getLoggingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getLoggingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getLoggingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getLoggingLevel() - Method in interface com.acrolinx.javasdk.gui.settings.plugin.PluginSettings
 
getLoggingLevel() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
getLoggingLevelCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.LoggingFrameView
 
getLoggingLevelCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getLoggingLevelCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getLoggingLevelCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getLoggingLevelCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getLoggingLevelCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getLoggingLevelListHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.LoggingFrameView
 
getLoggingLevelListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getLoggingLevelListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getLoggingLevelListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getLoggingLevelListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getLoggingLevelListHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getLoggingPathCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.LoggingFrameView
 
getLoggingPathCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getLoggingPathCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getLoggingPathCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getLoggingPathCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getLoggingPathCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getLoggingPathTextHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.LoggingFrameView
 
getLoggingPathTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getLoggingPathTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getLoggingPathTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getLoggingPathTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getLoggingPathTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getLongProperty(String, long) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
getLongProperty(String, long) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
getLongProperty(String, long) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
getMajorVersion() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
getMarkExtractionButtonButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkExtractionButtonButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkExtractionButtonButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkExtractionButtonButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkExtractionButtonButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkExtractionButtonButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkExtractionButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkExtractionButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkExtractionButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkExtractionButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkExtractionButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkExtractionButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColor(MarkingType) - Method in interface com.acrolinx.javasdk.gui.settings.plugin.PluginSettings
 
getMarkingColor(MarkingType) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
getMarkingColorActiveButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorActiveButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorActiveButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorActiveButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorActiveButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorActiveButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorActiveCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorActiveCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorActiveCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorActiveCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorActiveCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorActiveCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorActiveColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorActiveColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorActiveColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorActiveColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorActiveColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorActiveColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorAdmittedTermsButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorAdmittedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorAdmittedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorAdmittedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorAdmittedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorAdmittedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorAdmittedTermsCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorAdmittedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorAdmittedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorAdmittedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorAdmittedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorAdmittedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorAdmittedTermsColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorAdmittedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorAdmittedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorAdmittedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorAdmittedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorAdmittedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorDeprecatedTermsButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorDeprecatedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorDeprecatedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorDeprecatedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorDeprecatedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorDeprecatedTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorDeprecatedTermsCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorDeprecatedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorDeprecatedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorDeprecatedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorDeprecatedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorDeprecatedTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorDeprecatedTermsColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorDeprecatedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorDeprecatedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorDeprecatedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorDeprecatedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorDeprecatedTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionExcludeButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionExcludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionExcludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionExcludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionExcludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionExcludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionExcludeCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionExcludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionExcludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionExcludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionExcludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionExcludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionExcludeColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionExcludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionExcludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionExcludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionExcludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionExcludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionIncludeButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionIncludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionIncludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionIncludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionIncludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionIncludeButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionIncludeCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionIncludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionIncludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionIncludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionIncludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionIncludeCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionIncludeColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionIncludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionIncludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionIncludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionIncludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionIncludeColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionSentenceBreakButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionSentenceBreakButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionSentenceBreakButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionSentenceBreakButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionSentenceBreakButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionSentenceBreakButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionSentenceBreakCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionSentenceBreakCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionSentenceBreakCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionSentenceBreakCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionSentenceBreakCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionSentenceBreakCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorExtractionSentenceBreakColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorExtractionSentenceBreakColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorExtractionSentenceBreakColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorExtractionSentenceBreakColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorExtractionSentenceBreakColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorExtractionSentenceBreakColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorGrammarButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorGrammarButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorGrammarButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorGrammarButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorGrammarButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorGrammarButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorGrammarCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorGrammarCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorGrammarCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorGrammarCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorGrammarCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorGrammarCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorGrammarColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorGrammarColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorGrammarColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorGrammarColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorGrammarColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorGrammarColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorNewTermsButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorNewTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorNewTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorNewTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorNewTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorNewTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorNewTermsCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorNewTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorNewTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorNewTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorNewTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorNewTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorNewTermsColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorNewTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorNewTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorNewTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorNewTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorNewTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorOverlappingMarkingButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorOverlappingMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorOverlappingMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorOverlappingMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorOverlappingMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorOverlappingMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorOverlappingMarkingCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorOverlappingMarkingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorOverlappingMarkingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorOverlappingMarkingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorOverlappingMarkingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorOverlappingMarkingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorOverlappingMarkingColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorOverlappingMarkingColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorOverlappingMarkingColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorOverlappingMarkingColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorOverlappingMarkingColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorOverlappingMarkingColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorProvider() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
getMarkingColorResetButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorResetButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorResetButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorResetButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorResetButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorResetButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorResetButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorResetButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorResetButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorResetButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorResetButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorResetButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorReuseButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorReuseButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorReuseButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorReuseButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorReuseButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorReuseButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorReuseCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorReuseCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorReuseCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorReuseCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorReuseCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorReuseCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorReuseColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorReuseColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorReuseColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorReuseColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorReuseColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorReuseColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorSeoButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorSeoButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorSeoButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorSeoButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorSeoButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorSeoButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorSeoCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorSeoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorSeoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorSeoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorSeoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorSeoCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorSeoColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorSeoColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorSeoColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorSeoColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorSeoColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorSeoColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorSpellingButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorSpellingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorSpellingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorSpellingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorSpellingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorSpellingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorSpellingCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorSpellingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorSpellingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorSpellingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorSpellingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorSpellingCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorSpellingColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorSpellingColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorSpellingColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorSpellingColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorSpellingColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorSpellingColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorStyleButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorStyleButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorStyleButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorStyleButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorStyleButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorStyleButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorStyleCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorStyleCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorStyleCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorStyleCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorStyleCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorStyleCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorStyleColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorStyleColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorStyleColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorStyleColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorStyleColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorStyleColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorValidTermsButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorValidTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorValidTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorValidTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorValidTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorValidTermsButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorValidTermsCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorValidTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorValidTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorValidTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorValidTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorValidTermsCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingColorValidTermsColorHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingColorValidTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingColorValidTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingColorValidTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingColorValidTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingColorValidTermsColorHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkingController() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionController
getMarkingCount() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
getMarkingCount() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
Gets the marking count.
getMarkingCount() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
getMarkingFrameCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ColorFrameView
 
getMarkingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getMarkingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
 
getMarkingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getMarkingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
 
getMarkingFrameCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getMarkings() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.ExtendedOffsetMarkingIndex
 
getMarkings() - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
getMarkings() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingIndex
 
getMarkingType() - Method in interface com.acrolinx.javasdk.gui.checking.inline.Marking
 
getMarkingType() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingImpl
 
getMarkingType(FlagType, TermStatus, ExtractionStatus) - Static method in enum com.acrolinx.javasdk.gui.MarkingType
Gets the MarkingType for FlagType and TermStatus.
getMarkingTypeForFlag(Flag) - Static method in enum com.acrolinx.javasdk.gui.MarkingType
Gets the MarkingType for Flag.
getMarkingTypeForFlags(Set<Flag>) - Static method in enum com.acrolinx.javasdk.gui.MarkingType
Gets the marking type for flags.
getMatchBegin() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getMatchEnd() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getMatches() - Method in interface com.acrolinx.javasdk.api.report.PositionalInformation
 
getMatches() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getMatchingIdentifier(DocumentTypeIdentifier) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeIdentifierRegistry
 
getMatchSurface() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getMaximumPatienceTime() - Method in interface com.acrolinx.javasdk.gui.checking.CheckAcceptenceStrategy.PatienceConfiguration
 
getMaxPriorityFlag(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
getMaxPriorityFlag(Key) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getMaxRulePriority() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
getMaxRulePriority() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getMaxRulePriority() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
getMaxRulePriority() - Method in class com.acrolinx.services.v4.checking.CheckSettings
Gets the value of the maxRulePriority property.
getMaxRulePriority() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Gets the value of the maxRulePriority property.
getMaxRulePriority() - Method in class com.acrolinx.services.v5.checking.CheckSettings
Gets the value of the maxRulePriority property.
getMaxRulePriority() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Gets the value of the maxRulePriority property.
getMenu() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
getMessage() - Method in interface com.acrolinx.javasdk.api.server.ValidationResult
 
getMessage() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
getMessage() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
getMessageBodyHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getMessageBodyHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getMessageBodyHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getMessageBoxButtonsHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxView
 
getMessageBoxButtonsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getMessageBoxButtonsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getMessageBoxIconHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxView
 
getMessageBoxIconHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getMessageBoxIconHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getMessageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.position.ContextMenuPositionPresenter.ContextMenuPositionView
 
getMessageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getMessageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getMessageIconHander() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getMessageIconHander() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getMessageIconHander() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getMessages() - Method in interface com.acrolinx.javasdk.core.server.adapter.BroadcastMessageResult
 
getMessages() - Method in class com.acrolinx.javasdk.core.server.adapter.BroadcastMessageResultImpl
 
getMessages(String, long) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
getMessages(String, long) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getMessages(String, long) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getMessages(String, long) - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
getMessageTextHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxView
 
getMessageTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getMessageTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getMessageTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxView
 
getMessageTitleHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getMessageTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getMessageTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getMessageTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getMessageTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getMetaInfo() - Method in interface com.acrolinx.javasdk.api.extraction.AdditionalData
 
getMetaInfo() - Method in class com.acrolinx.javasdk.api.server.adapter.CheckType
 
getMetaInfo() - Method in interface com.acrolinx.javasdk.api.server.DictionaryEntry
 
getMetaInfo() - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
getMetaInfo() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
getMetaInfo() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Gets the value of the metaInfo property.
getMetaInfo() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the metaInfo property.
getMetaInfo() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the metaInfo property.
getMetaInfo() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Gets the value of the metaInfo property.
getMetaInfo() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the metaInfo property.
getMetaInfo() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the metaInfo property.
getMetaInformation() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getMetaInformation() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getMetaInformation() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getMetaInformation() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getMinimumImageSize() - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
getMinorVersion() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
getMnemonicChar(String) - Static method in class com.acrolinx.javasdk.gui.swing.adapter.MnemonicCharUtil
 
getName() - Method in class com.acrolinx.javasdk.api.check.RuleSet
 
getName() - Method in class com.acrolinx.javasdk.api.check.TermSet
 
getName() - Method in class com.acrolinx.javasdk.api.extraction.Author
 
getName() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockContext
 
getName() - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
getName() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getName() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
getName() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getName() - Method in class com.acrolinx.javasdk.core.extraction.Tag
 
getName() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatusValue
 
getName() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.Column
 
getName() - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtension
 
getName() - Method in interface com.acrolinx.javasdk.gui.extensions.ClientExtension
 
getName() - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtension
 
getName() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtension
 
getName() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtension
 
getName() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtension
 
getName() - Method in class com.acrolinx.services.v3.core.ClientInfo
Gets the value of the name property.
getName() - Method in class com.acrolinx.services.v4.checking.ContextInfo
Gets the value of the name property.
getName() - Method in class com.acrolinx.services.v4.checking.RequestDescription
Gets the value of the name property.
getName() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Gets the value of the name property.
getName() - Method in class com.acrolinx.services.v5.checking.ContextInfo
Gets the value of the name property.
getName() - Method in class com.acrolinx.services.v5.checking.RequestDescription
Gets the value of the name property.
getName() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Gets the value of the name property.
getNameOfAdmittedTermState() - Method in interface com.acrolinx.javasdk.api.server.capabilities.LanguageCapabilities
In newer versions of Acrolinx, you can flag admitted terms separately from deprecated and valid terms.
getNameOfAdmittedTermState() - Method in class com.acrolinx.javasdk.core.server.adapter.LanguageCapabilitiesImpl
 
getNameOfAdmittedTermState() - Method in class com.acrolinx.javasdk.gui.dialogs.options.NullLanguageCapabilities
 
getNestingDepth() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockContext
 
getNestingDepth() - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
getNestingDepth() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
getNewTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getNextButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getNextButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getNextButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getNextButtonHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getNextButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getNextButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getNextComponentButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getNextComponentButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getNextComponentButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getNextComponentButtonImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getNextComponentButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getNextComponentButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getNextComponentTextButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getNextComponentTextButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getNextComponentTextButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getNextComponentTextCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getNextComponentTextCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getNextComponentTextCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getNextMarkingButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getNextMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getNextMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getNextMarkingButtonImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getNextMarkingButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getNextMarkingButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getNextSibling() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getNoBreak() - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings.DocumentTypeSegmentationSettings
 
getNoBreak() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
getNode() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getNode() - Method in interface com.acrolinx.javasdk.core.extraction.ChildSiblingIterable
 
getNotificationListTitleHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getNotificationListTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getNotificationListTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getNumberOfActuallyImportedTerms() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Gets the value of the numberOfActuallyImportedTerms property.
getNumberOfActuallyRemovedTerms() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Gets the value of the numberOfActuallyRemovedTerms property.
getNumberOfExcludedBlocks() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockDocument
 
getNumberOfExcludedBlocks() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentImpl
 
getNumberOfTotallyExportedTerms() - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Gets the value of the numberOfTotallyExportedTerms property.
getNumberOfTotallyReadTerms() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Gets the value of the numberOfTotallyReadTerms property.
getOkButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailButtonView
 
getOkButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getOkButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getOkButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DefaultButtonView
 
getOkButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailButtonView
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.DefaultButtonsPanel
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultButtonsComposite
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getOkButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getOkButtonLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DefaultButtonView
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.DefaultButtonsPanel
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultButtonsComposite
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getOkButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getOpenReportButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getOpenReportButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getOpenReportButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getOpenReportButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getOpenReportButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getOpenReportButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getOptionDialogCallback() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
getOrCreateAuthToken() - Method in class com.acrolinx.javasdk.core.server.adapter.AuthorizationManager
 
getOrCreateId() - Method in interface com.acrolinx.javasdk.core.server.adapter.Session
 
getOrCreateId() - Method in class com.acrolinx.javasdk.core.server.adapter.SessionImpl
 
getOrCreateServerConnection(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
getOriginalDocumentParts(Range) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.DocumentPartMapping
 
getOriginalDocumentParts(Range) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentImpl
Gets the original document parts.
getOriginalOffset(int) - Method in interface com.acrolinx.javasdk.api.extraction.Document
This method should be called by integration to map flag offset back to original document offsets.
getOriginalOffset(int) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentImpl
Gets the original offset.
getOriginalOffset(int) - Method in class com.acrolinx.javasdk.core.extraction.StreamDocument
 
getOriginalOffset(int) - Method in class com.acrolinx.javasdk.core.extraction.StringDocument
 
getParent() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getParent() - Method in class com.acrolinx.javasdk.core.internal.server.proxy.AcrolinxProxySelector
 
getParenthetic() - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings.DocumentTypeSegmentationSettings
 
getParenthetic() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
getPart() - Method in interface com.acrolinx.javasdk.api.report.PartOfText
 
getPart() - Method in class com.acrolinx.javasdk.core.report.PartOfTextImpl
 
getPassword() - Method in class com.acrolinx.javasdk.api.server.User
 
getPassword() - Method in class com.acrolinx.services.v3.core.CreateUser
Gets the value of the password property.
getPasswordEncryptionScheme() - Method in class com.acrolinx.services.v3.core.CreateUser
Gets the value of the passwordEncryptionScheme property.
getPasswordHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getPasswordHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getPasswordHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getPasswordHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getPasswordLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getPasswordLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getPasswordLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getPasswordLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getPatchVersion() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
getPatienceRechargeTime() - Method in interface com.acrolinx.javasdk.gui.checking.CheckAcceptenceStrategy.PatienceConfiguration
 
getPercentage() - Method in enum com.acrolinx.javasdk.api.server.adapter.AggregationState
 
getPercentCurrentRunningPhase() - Method in class com.acrolinx.javasdk.api.server.CheckStatus
 
getPercentCurrentRunningPhase() - Method in class com.acrolinx.services.v4.checking.CheckStatusResult
Gets the value of the percentCurrentRunningPhase property.
getPercentCurrentRunningPhase() - Method in class com.acrolinx.services.v5.checking.CheckStatusResult
Gets the value of the percentCurrentRunningPhase property.
getPluginSettings() - Method in interface com.acrolinx.javasdk.gui.settings.client.ClientSettings
 
getPluginSettings() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
getPluginTabHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.OptionContentView
 
getPluginTabHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getPluginTabHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getPluginTabHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getPosition() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getPosition() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.position.ContextMenuPositionPresenter.ContextMenuPositionView
 
getPosition(String, Area, Location) - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DialogPositioningStrategy
 
getPosition(String, Area, Location) - Method in class com.acrolinx.javasdk.gui.swing.DefaultDialogPositioningStrategy
 
getPosition() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getPosition(String, Area, Location) - Method in class com.acrolinx.javasdk.gui.swt.DefaultDialogPositioningStrategy
 
getPosition() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getPositionalInformation() - Method in interface com.acrolinx.javasdk.api.report.Flag
 
getPositionalInformation() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
getPositionInDocument() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Block
 
getPositionInDocument() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.DocumentPart
 
getPositionInDocument() - Method in class com.acrolinx.javasdk.core.extraction.block.DocumentPartImpl
 
getPreconditionFailureHandling() - Static method in class com.acrolinx.javasdk.api.validation.Preconditions
getPreferenceStore() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractAcrolinxEclipsePluginInitializer
Uses AbstractUIPlugin.getPreferenceStore() as preference store.
getPreferenceStore() - Method in interface com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePluginInitializer
Gets the preference store where the Eclipse plug-in should store the settings.
getPrevButtonCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getPrevButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getPrevButtonCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getPreviousButtonHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getPreviousButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getPreviousButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getPreviousComponentButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getPreviousComponentButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getPreviousComponentButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getPreviousComponentButtonImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getPreviousComponentButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getPreviousComponentButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getPreviousComponentTextButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getPreviousComponentTextButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getPreviousComponentTextButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getPreviousComponentTextCaptionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getPreviousComponentTextCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getPreviousComponentTextCaptionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getPreviousMarkingButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getPreviousMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getPreviousMarkingButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getPreviousMarkingButtonImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getPreviousMarkingButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getPreviousMarkingButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getPrevSibling() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getPriority() - Method in class com.acrolinx.javasdk.api.server.adapter.CheckType
 
getPriority() - Method in class com.acrolinx.services.v4.checking.ContextInfo
Gets the value of the priority property.
getPriority() - Method in class com.acrolinx.services.v5.checking.ContextInfo
Gets the value of the priority property.
getPrivilegeName() - Method in class com.acrolinx.services.v4.user.HasNamedPrivilege
Gets the value of the privilegeName property.
getPrivileges() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
 
getProgressHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.ProgressPresenter.ProgressView
 
getProgressHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
getProgressHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
getProgressRunner() - Method in interface com.acrolinx.javasdk.gui.DialogsPresenter
 
getProperties() - Method in interface com.acrolinx.javasdk.api.server.UserAdapter
Gets the user properties.
getProperties() - Method in class com.acrolinx.javasdk.core.server.adapter.UserAdapterImpl
 
getProperties() - Method in class com.acrolinx.javasdk.core.server.adapter.UserPropertiesPersistenceStrategy
 
getProperty(String) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
getProperty(String, String) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
getProperty(String, String) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
getProperty(String) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
getProperty(String, String) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
getProperty(String) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
getPropertyName() - Method in class com.acrolinx.services.v4.user.GetUserProperty
Gets the value of the propertyName property.
getProtocolName() - Method in class com.acrolinx.services.registry.GetAvailableServiceVersions
Gets the value of the protocolName property.
getProtocolName() - Method in class com.acrolinx.services.registry.GetServiceUri
Gets the value of the protocolName property.
getProxyPasswordHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyPasswordHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyPasswordHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyPasswordHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getProxyPasswordLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyPasswordLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyPasswordLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyPasswordLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getProxyPortHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyPortHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyPortHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyPortHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getProxyPortLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyPortLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyPortLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyPortLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getProxyServerAddress() - Method in interface com.acrolinx.javasdk.api.server.ProxySettings
Gets the proxy server address.
getProxyServerAddress() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
getProxyServerAddressHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyServerAddressHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyServerAddressHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyServerAddressHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getProxyServerAddressLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyServerAddressLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyServerAddressLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyServerAddressLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getProxyServerPort() - Method in interface com.acrolinx.javasdk.api.server.ProxySettings
Gets the proxy server port.
getProxyServerPort() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
getProxySettings() - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfiguration
 
getProxySettings() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationImpl
 
getProxyUser() - Method in interface com.acrolinx.javasdk.api.server.ProxySettings
Gets the proxy user and password.
getProxyUser() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
getProxyUserNameHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyUserNameHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyUserNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyUserNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getProxyUserNameLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getProxyUserNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getProxyUserNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getProxyUserNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getPublicId() - Method in exception com.acrolinx.javasdk.api.exceptions.UnresolvableEntityException
 
getQualityScore() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getQualityScore() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getQualityScore() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getQualityScore() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getQualityStatus() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getQualityStatus() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getQualityStatus() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getQualityStatus() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getQuery() - Method in class com.acrolinx.services.v6.terminology.SearchTerms
Gets the value of the query property.
getRadioCustomProxyHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getRadioCustomProxyHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getRadioCustomProxyHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getRadioCustomProxyHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getRadioCustomProxyLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getRadioCustomProxyLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getRadioCustomProxyLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getRadioCustomProxyLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getRadioDirectConnectionHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getRadioDirectConnectionHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getRadioDirectConnectionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getRadioDirectConnectionHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getRadioDirectConnectionLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getRadioDirectConnectionLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getRadioDirectConnectionLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getRadioDirectConnectionLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getRadioSystemProxyHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getRadioSystemProxyHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getRadioSystemProxyHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getRadioSystemProxyHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getRadioSystemProxyLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getRadioSystemProxyLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getRadioSystemProxyLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getRadioSystemProxyLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getRanges(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingIndex
 
getRanges(Key) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingIndex
 
getRawDescription() - Method in interface com.acrolinx.javasdk.api.report.Flag
 
getRawDescription() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
getReadonlyOffsets() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the readonlyOffsets property.
getReadonlyOffsets() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the readonlyOffsets property.
getRed() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Gets the red.
getRelativeDependencyMd5Hash() - Method in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult.RelativeDependencyMd5Hashes
Gets the value of the relativeDependencyMd5Hash property.
getRelativeDependencyMd5Hash() - Method in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult.RelativeDependencyMd5Hashes
Gets the value of the relativeDependencyMd5Hash property.
getRelativeDependencyMd5Hashes() - Method in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult
Gets the value of the relativeDependencyMd5Hashes property.
getRelativeDependencyMd5Hashes() - Method in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult
Gets the value of the relativeDependencyMd5Hashes property.
getRelativeDependencyPath() - Method in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult.RelativeDependencyPaths
Gets the value of the relativeDependencyPath property.
getRelativeDependencyPath() - Method in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult.RelativeDependencyPaths
Gets the value of the relativeDependencyPath property.
getRelativeDependencyPaths() - Method in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult
Gets the value of the relativeDependencyPaths property.
getRelativeDependencyPaths() - Method in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult
Gets the value of the relativeDependencyPaths property.
getRelativeRange() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.DocumentPart
 
getRelativeRange() - Method in class com.acrolinx.javasdk.core.extraction.block.DocumentPartImpl
 
getRemoveButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getRemoveButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getRemoveButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getRemoveButtonImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getRemoveButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getRemoveButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getReport() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
getReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
getReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
getReport() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
getReport() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
getReport() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultModel
 
getReportId() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getReportLanguage() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
Gets the report language.
getReportLanguage() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getReportLanguage() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
getReportLink() - Method in interface com.acrolinx.javasdk.api.report.FlagSummary
 
getReportLinkHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.SummaryElementHandler
 
getReportLinkHandler() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
getReportLinkHandler() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
getReportUri() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
getReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
getReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
getReportUri() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
getReportUri() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
getReportUri() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionModel
 
getReportUri() - Method in class com.acrolinx.javasdk.gui.sessions.controller.AbstractDocumentSessionController
 
getReportUrl() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getRequest() - Method in class com.acrolinx.services.v3.core.RequestSession
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntry
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntry
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v4.user.StoreUserProperties
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequest
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v6.terminology.FindTerms
Gets the value of the request property.
getRequest() - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTerms
Gets the value of the request property.
getRequestDescription() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the requestDescription property.
getRequestDescription() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the requestDescription property.
getRequestDescription() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the requestDescription property.
getRequestDescription() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the requestDescription property.
getRequestedCheckResultType() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.RequestedCheckResultTypes
Gets the value of the requestedCheckResultType property.
getRequestedCheckResultType() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest.RequestedCheckResultTypes
Gets the value of the requestedCheckResultType property.
getRequestedCheckResultType() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.RequestedCheckResultTypes
Gets the value of the requestedCheckResultType property.
getRequestedCheckResultType() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest.RequestedCheckResultTypes
Gets the value of the requestedCheckResultType property.
getRequestedCheckResultTypes() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the requestedCheckResultTypes property.
getRequestedCheckResultTypes() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the requestedCheckResultTypes property.
getRequestedCheckResultTypes() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the requestedCheckResultTypes property.
getRequestedCheckResultTypes() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the requestedCheckResultTypes property.
getRequestedFlagType() - Method in class com.acrolinx.services.v4.checking.CheckSettings.RequestedFlagTypes
Gets the value of the requestedFlagType property.
getRequestedFlagType() - Method in class com.acrolinx.services.v5.checking.CheckSettings.RequestedFlagTypes
Gets the value of the requestedFlagType property.
getRequestedFlagTypes(CheckSettings) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
getRequestedFlagTypes(CheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Converter
 
getRequestedFlagTypes(CheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Converter
 
getRequestedFlagTypes() - Method in class com.acrolinx.services.v4.checking.CheckSettings
Gets the value of the requestedFlagTypes property.
getRequestedFlagTypes() - Method in class com.acrolinx.services.v5.checking.CheckSettings
Gets the value of the requestedFlagTypes property.
getRequestFormat(FileFormat, boolean) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
getRequestFormat(FileFormat, CheckInformation) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Converter
 
getRequestFormat(FileFormat, CheckInformation) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Converter
 
getRequestFormat() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the requestFormat property.
getRequestFormat() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the requestFormat property.
getRequestFormat() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the requestFormat property.
getRequestFormat() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the requestFormat property.
getRequestId() - Method in class com.acrolinx.services.v6.terminology.GetCreateDumpResult
Gets the value of the requestId property.
getRequestId() - Method in class com.acrolinx.services.v6.terminology.GetRestoreDumpResult
Gets the value of the requestId property.
getRequestTimeInMilliseconds() - Method in class com.acrolinx.services.v3.core.BroadcastMessagesResult
Gets the value of the requestTimeInMilliseconds property.
getRequestUrl() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
GetRestoreDumpResult - Class in com.acrolinx.services.v6.terminology
Java class for getRestoreDumpResult complex type.
GetRestoreDumpResult() - Constructor for class com.acrolinx.services.v6.terminology.GetRestoreDumpResult
 
getRestoreDumpResult(String, RestoreDumpRequestId) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
GetRestoreDumpResultResponse - Class in com.acrolinx.services.v6.terminology
Java class for getRestoreDumpResultResponse complex type.
GetRestoreDumpResultResponse() - Constructor for class com.acrolinx.services.v6.terminology.GetRestoreDumpResultResponse
 
getResult() - Method in interface com.acrolinx.javasdk.api.server.adapter.Aggregation
Gets the result of the aggregation task.
getResult(ProgressMonitor) - Method in interface com.acrolinx.javasdk.api.server.adapter.Aggregation
Gets the result of the aggregation task.
getResult() - Method in class com.acrolinx.javasdk.core.server.adapter.AggregationImpl
 
getResult(ProgressMonitor) - Method in class com.acrolinx.javasdk.core.server.adapter.AggregationImpl
 
getResultDetails() - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Gets the value of the resultDetails property.
getResultDetails() - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Gets the value of the resultDetails property.
getResultFlagCountByType() - Method in class com.acrolinx.services.v4.checking.ResultDetails.ResultFlagCountsByType
Gets the value of the resultFlagCountByType property.
getResultFlagCountsByType() - Method in class com.acrolinx.services.v4.checking.ResultDetails
Gets the value of the resultFlagCountsByType property.
getResultFlagTypes() - Method in class com.acrolinx.services.v4.checking.ResultDetails
Gets the value of the resultFlagTypes property.
getResultFlagTypes() - Method in class com.acrolinx.services.v4.checking.ResultDetails.ResultFlagTypes
Gets the value of the resultFlagTypes property.
getResultId() - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest
Gets the value of the resultId property.
getResultId() - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest
Gets the value of the resultId property.
getResultTypes() - Method in class com.acrolinx.javasdk.api.server.adapter.CheckType
 
getReturn() - Method in class com.acrolinx.services.registry.GetAvailableServiceVersionsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.registry.GetKnownServiceNamesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.registry.GetServiceUriResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.GetAuthTokenResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.GetBroadcastMessagesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.GetServerIdResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.GetServerSideClientPropertiesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.GetServerVersionResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.GetSignatureChallengeResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.PingResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v3.core.RequestSessionResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.AggregateCheckReportsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.GetAvailableLanguagesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.GetCheckDocumentResultResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.GetCheckReportDependenciesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.GetCheckResultContentsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.GetCheckStatusResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.GetLanguageCapabilitiesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequestResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequestResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.user.GetAllAvailablePrivilegesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.user.GetGrantedPrivilegesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.user.GetUserPropertiesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v4.user.GetUserPropertyResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.AggregateCheckReportsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.GetAvailableLanguagesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.GetCheckDocumentResultResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.GetCheckReportDependenciesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.GetCheckResultContentsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.GetCheckStatusResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.GetLanguageCapabilitiesResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequestResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequestResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.CreateDumpResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.FindTermsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.GetCreateDumpResultResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.GetRestoreDumpResultResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTermsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.SearchTermsResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequestResponse
Gets the value of the return property.
getReturn() - Method in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequestResponse
Gets the value of the return property.
getReuseCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getReuseCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getReuseCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getReuseCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getReuseErrorCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getReuseErrorTypesCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getReuseHarvestingSentenceBankId() - Method in class com.acrolinx.services.v4.checking.CheckSettings
Gets the value of the reuseHarvestingSentenceBankId property.
getReuseHarvestingSentenceBankId() - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult.ReuseHarvestingSentenceBankIds
Gets the value of the reuseHarvestingSentenceBankId property.
getReuseHarvestingSentenceBankId() - Method in class com.acrolinx.services.v5.checking.CheckSettings
Gets the value of the reuseHarvestingSentenceBankId property.
getReuseHarvestingSentenceBankId() - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult.ReuseHarvestingSentenceBankIds
Gets the value of the reuseHarvestingSentenceBankId property.
getReuseHarvestingSentenceBankIds() - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Gets the value of the reuseHarvestingSentenceBankIds property.
getReuseHarvestingSentenceBankIds() - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Gets the value of the reuseHarvestingSentenceBankIds property.
getRGB() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Gets the rGB.
getRuleName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SeoFlagPoJo
 
getRuleSet() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
getRuleSet() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
getRuleSet() - Method in interface com.acrolinx.javasdk.api.server.DictionaryEntry
 
getRuleSet() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getRuleSet() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
getRuleSet() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
getRuleSet() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
getRuleSetCapabilities() - Method in interface com.acrolinx.javasdk.api.server.capabilities.LanguageCapabilities
 
getRuleSetCapabilities() - Method in class com.acrolinx.javasdk.core.server.adapter.LanguageCapabilitiesImpl
 
getRuleSetCapabilities() - Method in class com.acrolinx.javasdk.gui.dialogs.options.NullLanguageCapabilities
 
getRuleSetCapabilities() - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Gets the value of the ruleSetCapabilities property.
getRuleSetCapabilities() - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Gets the value of the ruleSetCapabilities property.
getRuleSetCapability(RuleSet) - Method in interface com.acrolinx.javasdk.api.server.capabilities.LanguageCapabilities
 
getRuleSetCapability(RuleSet) - Method in class com.acrolinx.javasdk.core.server.adapter.LanguageCapabilitiesImpl
 
getRuleSetCapability(RuleSet) - Method in class com.acrolinx.javasdk.gui.dialogs.options.NullLanguageCapabilities
 
getRuleSetCapability() - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult.RuleSetCapabilities
Gets the value of the ruleSetCapability property.
getRuleSetCapability() - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult.RuleSetCapabilities
Gets the value of the ruleSetCapability property.
getRuleSetLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getRuleSetLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getRuleSetLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getRuleSetLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getRuleSetLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getRuleSetLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getRuleSetListHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getRuleSetListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getRuleSetListHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getRuleSetListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getRuleSetListHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getRuleSetListHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getRuleSetName() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Gets the value of the ruleSetName property.
getRuleSetName() - Method in class com.acrolinx.services.v4.checking.CheckSettings
Gets the value of the ruleSetName property.
getRuleSetName() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Gets the value of the ruleSetName property.
getRuleSetName() - Method in class com.acrolinx.services.v5.checking.CheckSettings
Gets the value of the ruleSetName property.
getScope() - Method in class com.acrolinx.javasdk.api.extraction.CheckScope
 
getScope() - Method in interface com.acrolinx.javasdk.api.server.DictionaryEntry
 
getScope() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
getScope() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Gets the value of the scope property.
getScope() - Method in class com.acrolinx.services.v4.checking.RequestDescription
Gets the value of the scope property.
getScope() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Gets the value of the scope property.
getScope() - Method in class com.acrolinx.services.v5.checking.RequestDescription
Gets the value of the scope property.
getScore() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getSegmentationListHandler() - Method in interface com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionView
 
getSegmentationListHandler() - Method in class com.acrolinx.javasdk.gui.swing.extensions.SegmentationPanel
 
getSegmentationListHandler() - Method in class com.acrolinx.javasdk.gui.swt.extensions.SegmentationComposite
 
getSegmentationProperties() - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinition
 
getSegmentationProperties() - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionImpl
 
getSegmentationSettings(DocumentTypeIdentifier) - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings
 
getSegmentationSettings(DocumentTypeIdentifier) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionSettingsImpl
 
getSelectedFile() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentController
 
getSelectedFile() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentController
 
getSelectedSuggestion() - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Gets the value of the selectedSuggestion property.
getSelectedSuggestion() - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Gets the value of the selectedSuggestion property.
getSelectedValue() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.SingleSelectionListController
 
getSelectedValue() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.GenericSingleSelectionListHandler
 
getSelectedValue() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
getSelectedValue() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.SingleSelectionListHandler
 
getSelectedValue() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJComboBoxAdapter
 
getSelectedValue() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJListAdapter
 
getSelectedValue() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtComboAdapter
 
getSelectedValue() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtListAdapter
 
getSelectedValues(Column) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiColumnListController
 
getSelectedValues() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiSelectionListController
 
getSelectedValues(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MultiColumnListHandler
 
getSelectedValues() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MultiSelectionListHandler
 
getSelectedValues() - Method in class com.acrolinx.javasdk.gui.swing.adapter.MultiSelectionListHandlerSwingListAdapter
 
getSelectedValues(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
getSelectedValues() - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiSelectionListHandlerSwtTableAdapter
 
getSelection() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
getSelection() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
getSelectionChangedHandler() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
getSelectionKeys() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingNavigator
 
getSelectionKeys() - Method in interface com.acrolinx.javasdk.gui.checking.inline.PrepareRecheckCallback
Gets the keys of the markings of the current text selection.
getSelectionKeys() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
getSelectionKeys() - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator
 
getSelectionScope() - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Extractor
 
getSelectionScope() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
getSelectionScope() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
getSentenceBreak() - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings.DocumentTypeSegmentationSettings
 
getSentenceBreak() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
getSentenceCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getSentenceCount() - Method in class com.acrolinx.services.v4.checking.ResultDetails
Gets the value of the sentenceCount property.
getSentenceCount() - Method in class com.acrolinx.services.v5.checking.ResultDetails
Gets the value of the sentenceCount property.
getSentenceCountCaption() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getSentenceCountCaption() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getSentenceCountCaption() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getSentenceCountCaption() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getSentenceCountTextHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getSentenceCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getSentenceCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getSentenceCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getSentenceOfMatches() - Method in interface com.acrolinx.javasdk.api.report.PositionalInformation
 
getSeoCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getSeoCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getSeoCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getSeoFlagCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getSeoReportUrl() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getSeoWarningCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getServerAddress() - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfiguration
Gets the server address.
getServerAddress() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationImpl
 
getServerConnection() - Method in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
 
getServerConnection() - Method in interface com.acrolinx.javasdk.api.server.UserAdapter
 
getServerConnection() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
getServerConnection() - Method in class com.acrolinx.javasdk.core.server.adapter.TerminologyAdapterImpl
 
getServerConnection() - Method in class com.acrolinx.javasdk.core.server.adapter.UserAdapterImpl
 
getServerConnectionIfExists(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
getServerConnectionProvider() - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
getServerConnectionProvider() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Gets the ServerConnectionProvider used to manage the connections to Acrolinx Server.
getServerEndpoint() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
 
getServerEndPointConfiguration() - Method in interface com.acrolinx.javasdk.api.server.ConnectionSettings
 
getServerEndpointConfiguration() - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
 
getServerEndPointConfiguration() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
getServerEndpointConfiguration() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
GetServerId - Class in com.acrolinx.services.v3.core
Java class for getServerId complex type.
GetServerId() - Constructor for class com.acrolinx.services.v3.core.GetServerId
 
getServerId() - Method in interface com.acrolinx.services.v3.core.ICoreService
 
GetServerIdResponse - Class in com.acrolinx.services.v3.core
Java class for getServerIdResponse complex type.
GetServerIdResponse() - Constructor for class com.acrolinx.services.v3.core.GetServerIdResponse
 
getServerInstanceId() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
getServerInstanceId() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getServerInstanceId() - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getServerInstanceId() - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
getServerName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getServerNameHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.ServerFrameView
 
getServerNameHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getServerNameHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getServerNameHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getServerNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getServerNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getServerNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getServerNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerSelectorComposite
 
getServerNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getServerNameLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getServerNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getServerNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getServerNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
GetServerSideClientProperties - Class in com.acrolinx.services.v3.core
Java class for getServerSideClientProperties complex type.
GetServerSideClientProperties() - Constructor for class com.acrolinx.services.v3.core.GetServerSideClientProperties
 
getServerSideClientProperties() - Method in interface com.acrolinx.services.v3.core.ICoreService
 
GetServerSideClientPropertiesResponse - Class in com.acrolinx.services.v3.core
Java class for getServerSideClientPropertiesResponse complex type.
GetServerSideClientPropertiesResponse() - Constructor for class com.acrolinx.services.v3.core.GetServerSideClientPropertiesResponse
 
getServerVersion() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getServerVersion(String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
GetServerVersion - Class in com.acrolinx.services.v3.core
Java class for getServerVersion complex type.
GetServerVersion() - Constructor for class com.acrolinx.services.v3.core.GetServerVersion
 
getServerVersion() - Method in interface com.acrolinx.services.v3.core.ICoreService
 
GetServerVersionResponse - Class in com.acrolinx.services.v3.core
Java class for getServerVersionResponse complex type.
GetServerVersionResponse() - Constructor for class com.acrolinx.services.v3.core.GetServerVersionResponse
 
getServiceName() - Method in class com.acrolinx.services.registry.GetAvailableServiceVersions
Gets the value of the serviceName property.
getServiceName() - Method in class com.acrolinx.services.registry.GetServiceUri
Gets the value of the serviceName property.
getServiceRegistry(String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getServiceRegistryPort() - Method in class com.acrolinx.services.registry.ServiceRegistryService
 
getServiceRegistryPort(WebServiceFeature...) - Method in class com.acrolinx.services.registry.ServiceRegistryService
 
getServiceUri(HttpClient, HttpHost, String, int) - Method in class com.acrolinx.javasdk.core.util.RestServiceHelper
 
GetServiceUri - Class in com.acrolinx.services.registry
Java class for getServiceUri complex type.
GetServiceUri() - Constructor for class com.acrolinx.services.registry.GetServiceUri
 
getServiceUri(String, int, String) - Method in interface com.acrolinx.services.registry.IServiceRegistry
 
GetServiceUriResponse - Class in com.acrolinx.services.registry
Java class for getServiceUriResponse complex type.
GetServiceUriResponse() - Constructor for class com.acrolinx.services.registry.GetServiceUriResponse
 
getServiceVersion() - Method in class com.acrolinx.services.registry.GetServiceUri
Gets the value of the serviceVersion property.
getSessionHistory() - Method in class com.acrolinx.javasdk.gui.actions.CheckAction
 
getSessionHistory() - Method in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
getSessionId() - Method in class com.acrolinx.javasdk.core.server.CheckCredentials
 
getSessionId() - Method in class com.acrolinx.services.v3.core.GetBroadcastMessages
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v3.core.ReleaseSession
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntry
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedback
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.AggregateCheckReports
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.CancelCheck
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.GetCheckDocumentResult
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.GetCheckResultContents
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.GetCheckStatus
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.ReleaseCheckResult
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequest
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequest
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntry
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedback
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.AggregateCheckReports
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.CancelCheck
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.GetCheckDocumentResult
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.GetCheckResultContents
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.GetCheckStatus
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.ReleaseCheckResult
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequest
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequest
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.CreateDump
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.DeployTerminology
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.ExportTerminology
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.FindTerms
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.GetCreateDumpResult
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.GetRestoreDumpResult
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.ImportTerminology
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTerms
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.RestoreDump
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.SearchTerms
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequest
Gets the value of the sessionId property.
getSessionId() - Method in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequest
Gets the value of the sessionId property.
getSessionType() - Method in class com.acrolinx.services.v3.core.RequestSessionRequest
Gets the value of the sessionType property.
getSettings() - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionPresenter
 
getSettings() - Method in interface com.acrolinx.javasdk.gui.extensions.ExtensionPresenter
 
getSettings() - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionPresenter
 
getSettings() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionPresenter
 
getSettings() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Gets the settings from stores opening a progress dialog.
getSettings() - Method in interface com.acrolinx.javasdk.gui.settings.extension.ExtensionSettings
 
getSettings() - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsImpl
 
getSettings(LocalizedCancelableProgressMonitor) - Method in interface com.acrolinx.javasdk.gui.storage.client.ClientSettingsStore
 
getSettings(LocalizedCancelableProgressMonitor) - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
getSettings() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionPresenter
 
getSettings() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
 
getSettings() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionPresenter
 
getSettingsProvider() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getShell() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.EclipseFacade
Gets the shell.
getShell() - Method in class com.acrolinx.javasdk.gui.swt.sample.SwtMainWindow
 
GetSignatureChallenge - Class in com.acrolinx.services.v3.core
Java class for getSignatureChallenge complex type.
GetSignatureChallenge() - Constructor for class com.acrolinx.services.v3.core.GetSignatureChallenge
 
getSignatureChallenge(String) - Method in interface com.acrolinx.services.v3.core.ICoreService
 
GetSignatureChallengeResponse - Class in com.acrolinx.services.v3.core
Java class for getSignatureChallengeResponse complex type.
GetSignatureChallengeResponse() - Constructor for class com.acrolinx.services.v3.core.GetSignatureChallengeResponse
 
getSimilarFlags(Flag) - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
getSimilarFlags(Flag) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getSingleSignOnConfiguration() - Method in interface com.acrolinx.javasdk.api.server.ConnectionSettings
 
getSingleSignOnConfiguration() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
getSingleSignOnType() - Method in interface com.acrolinx.javasdk.api.server.SingleSignOnConfiguration
 
getSingleSignOnType() - Method in class com.acrolinx.javasdk.core.server.SingleSignOnHeaderConfigurationImpl
 
getSoftExclusionBeginOffset() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.SoftExclusionBeginOffsets
Gets the value of the softExclusionBeginOffset property.
getSoftExclusionBeginOffset() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest.SoftExclusionBeginOffsets
Gets the value of the softExclusionBeginOffset property.
getSoftExclusionBeginOffsets() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the softExclusionBeginOffsets property.
getSoftExclusionBeginOffsets() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the softExclusionBeginOffsets property.
getSoftExclusionContextInformation() - Method in interface com.acrolinx.javasdk.api.extraction.Document
 
getSoftExclusionContextInformation() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentImpl
 
getSoftExclusionContextInformation() - Method in class com.acrolinx.javasdk.core.extraction.StreamDocument
 
getSoftExclusionContextInformation() - Method in class com.acrolinx.javasdk.core.extraction.StringDocument
 
getSoftExclusionEndOffset() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.SoftExclusionEndOffsets
Gets the value of the softExclusionEndOffset property.
getSoftExclusionEndOffset() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest.SoftExclusionEndOffsets
Gets the value of the softExclusionEndOffset property.
getSoftExclusionEndOffsets() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the softExclusionEndOffsets property.
getSoftExclusionEndOffsets() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the softExclusionEndOffsets property.
getSoftExclusionOffsets() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the softExclusionOffsets property.
getSoftExclusionOffsets() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the softExclusionOffsets property.
getSortedMarkings() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
getSourceDocument() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
getSourceDocument() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
getSourceDocument() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
getSourceDocument() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
getSourceDocument() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
getSourceLanguageId() - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
Gets the value of the sourceLanguageId property.
getSourceReferenceName() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Gets the value of the sourceReferenceName property.
getSourceReferenceName() - Method in class com.acrolinx.services.v6.terminology.RestoreDumpRequest
Gets the value of the sourceReferenceName property.
getSpellingCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getSpellingCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getSpellingCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getSpellingCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getSpellingErrorsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getSpellingErrorsTypesCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getSpellingFlagsForKey(String) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getStackTraceMessage() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
getStartindex() - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
getStartTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Gets the value of the startTimeInMilliSeconds property.
getStartTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Gets the value of the startTimeInMilliSeconds property.
getStartTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Gets the value of the startTimeInMilliSeconds property.
getStartTimeInMilliSeconds() - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResult
Gets the value of the startTimeInMilliSeconds property.
getState() - Method in interface com.acrolinx.javasdk.api.server.adapter.Aggregation
 
getState() - Method in class com.acrolinx.javasdk.api.server.CheckStatus
 
getState() - Method in class com.acrolinx.javasdk.core.server.adapter.AggregationImpl
 
getState() - Method in class com.acrolinx.services.v4.checking.CheckStatusResult
Gets the value of the state property.
getState() - Method in class com.acrolinx.services.v5.checking.CheckStatusResult
Gets the value of the state property.
getStatus() - Method in interface com.acrolinx.javasdk.api.server.adapter.Check
Returns the CheckStatus of the currently running document check, or a check status with the state NO_ONGOING_CHECK if no check is currently in progress.
getStatus() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
getStatus() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
getStep() - Method in enum com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator.Direction
Gets the step.
getStore() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxClient
 
getString() - Method in class com.acrolinx.javasdk.gui.StringWithImage
 
getString(String) - Method in interface com.acrolinx.javasdk.localization.Localizer
 
getString(String) - Method in class com.acrolinx.javasdk.localization.LocalizerImpl
 
getStringRepresentation() - Method in enum com.acrolinx.javasdk.core.server.TerminologyService.TransferFormat
 
getStringValue(T) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.GenericListController
 
getStyleCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getStyleCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getStyleCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getStyleCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getStyledText() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocument
 
getStyledText() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
getStyleErrorsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getStyleErrorTypesCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getSuggestions() - Method in interface com.acrolinx.javasdk.api.report.Flag
 
getSuggestions() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
getSuggestions() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
getSummary() - Method in interface com.acrolinx.javasdk.api.report.Report
 
getSummary() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
getSummary() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
getSupportedLevels() - Method in class com.acrolinx.javasdk.gui.dialogs.options.Log4JHandler
 
getSupportedLocales() - Method in interface com.acrolinx.javasdk.localization.Localizer
 
getSupportedLocales() - Method in class com.acrolinx.javasdk.localization.LocalizerImpl
 
getSurface() - Method in interface com.acrolinx.javasdk.api.report.Suggestion
 
getSurface() - Method in interface com.acrolinx.javasdk.api.server.DictionaryEntry
 
getSurface() - Method in interface com.acrolinx.javasdk.api.terminology.TerminologyQuery
 
getSurface() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SimpleContext
 
getSurface() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
getSurface() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
getSurface() - Method in class com.acrolinx.javasdk.core.terminology.TerminologyQueryImpl
 
getSurface() - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Gets the value of the surface property.
getSurface() - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Gets the value of the surface property.
getSurface() - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Gets the value of the surface property.
getSurface() - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
Gets the value of the surface property.
getSurfaceString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
getSurfaceString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestionSurfaceElement
 
getSweedish() - Static method in class com.acrolinx.javasdk.localization.LocalizerImpl
 
getSwingFactory() - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleClient
 
getSwtFactory() - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleClient
 
getSystemId() - Method in exception com.acrolinx.javasdk.api.exceptions.UnresolvableEntityException
 
getSystemLoginName() - Method in interface com.acrolinx.javasdk.api.client.ClientInformation
 
getSystemLoginName() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
getSystemProperty(String) - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.acrolinx.javasdk.gui.swing.adapter.RadioButtonCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.acrolinx.javasdk.gui.swing.adapter.RadioButtonCellRanderer
 
getTargetLanguageId() - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
Gets the value of the targetLanguageId property.
getTargetReferenceName() - Method in class com.acrolinx.services.v6.terminology.DumpCreationRequest
Gets the value of the targetReferenceName property.
getTargetReferenceName() - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyRequest
Gets the value of the targetReferenceName property.
getTaskManager() - Method in interface com.acrolinx.javasdk.gui.DialogsPresenter
 
getTaskManager() - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
getTermBanks() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getTermCandidateCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getTermCandidateCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getTermCandidateCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getTermCandidateName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.TermCandidate
 
getTermContributionURI() - Method in interface com.acrolinx.javasdk.api.report.TermCandidateFlag
 
getTermHarvestingOlifUrl() - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Gets the value of the termHarvestingOlifUrl property.
getTermHarvestingOlifUrl() - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Gets the value of the termHarvestingOlifUrl property.
getTermHarvestingUrl() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getTerminologyAdapter() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
 
getTerminologyPort() - Method in class com.acrolinx.services.v6.terminology.TerminologyService
 
getTerminologyPort(WebServiceFeature...) - Method in class com.acrolinx.services.v6.terminology.TerminologyService
 
getTerminologyService() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getTerminologyService() - Method in class com.acrolinx.javasdk.core.server.adapter.Server210SoapTerminologyServiceFacade
 
getTerminologyService(IServiceRegistry, String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getTerminologySession(User, ClientInformation) - Method in class com.acrolinx.javasdk.core.server.adapter.Server210SoapTerminologyServiceFacade
 
getTerminologySession() - Method in class com.acrolinx.javasdk.core.server.adapter.Sessions
 
getTermName() - Method in interface com.acrolinx.javasdk.api.report.TermFlag
 
getTermSetName() - Method in class com.acrolinx.services.v4.checking.CheckSettings.TermSetNames
Gets the value of the termSetName property.
getTermSetName() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities.TermSetNames
Gets the value of the termSetName property.
getTermSetName() - Method in class com.acrolinx.services.v5.checking.CheckSettings.TermSetNames
Gets the value of the termSetName property.
getTermSetName() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities.TermSetNames
Gets the value of the termSetName property.
getTermSetNames() - Method in class com.acrolinx.services.v4.checking.CheckSettings
Gets the value of the termSetNames property.
getTermSetNames() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Gets the value of the termSetNames property.
getTermSetNames() - Method in class com.acrolinx.services.v5.checking.CheckSettings
Gets the value of the termSetNames property.
getTermSetNames() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Gets the value of the termSetNames property.
getTermSets() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
getTermSets() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getTermSets() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
getTermSetsHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getTermSetsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getTermSetsHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getTermSetsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getTermSetsHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getTermSetsHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getTermSetsLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter.CheckTabView
 
getTermSetsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.CheckOptionsPanel
 
getTermSetsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getTermSetsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.CheckOptionsComposite
 
getTermSetsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getTermSetsLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getTermStatus() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
getTermStatus() - Method in enum com.acrolinx.javasdk.api.report.ReportSummaryFlagType
 
getTermStatus() - Method in interface com.acrolinx.javasdk.api.report.TermFlag
 
getTermStatus() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
getTermStatus() - Method in enum com.acrolinx.javasdk.gui.MarkingType
 
getTermStatus() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
getTestConnectionButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getTestConnectionButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getTestConnectionButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getTestConnectionButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getTestConnectionButtonLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getTestConnectionButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getTestConnectionButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getTestConnectionButtonLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getText() - Method in interface com.acrolinx.javasdk.api.extraction.Document
 
getText() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Block
 
getText() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
getText() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockDocumentImpl
 
getText() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getText() - Method in class com.acrolinx.javasdk.core.extraction.StreamDocument
 
getText() - Method in class com.acrolinx.javasdk.core.extraction.StringDocument
 
getText() - Method in class com.acrolinx.javasdk.core.extraction.tex.TexTextExtractor
 
getText() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
getText() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
getText() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
getText() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
getText() - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
getText() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryTextHandler
 
getText() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.TextHandler
 
getText() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
getText() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
getText() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
getText() - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingDialogAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingLabelAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTextComponentAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTitledBorderAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtButtonAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtLabelAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtShellAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtStyledTextAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtTextAdapter
 
getText() - Method in class com.acrolinx.javasdk.gui.swt.extensions.LinkLabel
 
getTextColor() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
getTextColor() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
getTextColor() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
getTextColor() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
getTextColor() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
getTextEndPosition() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getTextEndPosition() - Method in class com.acrolinx.javasdk.core.extraction.SimpleDOMNode
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.AboutCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ContributeTermCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.HelpCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreInWholeDocumentCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreMarkingCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.SetMenuPositonCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowOptionsCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
getTextIdentifier() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
getTextLength() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
getTextLength() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
getTextPane() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocument
 
getTextPane() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
getTextPosition() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getTextPosition() - Method in class com.acrolinx.javasdk.core.extraction.SimpleDOMNode
 
getTextStartPosition() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
getTextStartPosition() - Method in class com.acrolinx.javasdk.core.extraction.SimpleDOMNode
 
getTextType() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getThreadSyncWrapperAndLocalizationSetter() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Gets the thread sync wrapper and localization setter.
getTitle() - Method in interface com.acrolinx.javasdk.api.server.BroadcastMessage
 
getTitle() - Method in class com.acrolinx.javasdk.core.server.BroadcastMessageImpl
 
getTitle() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
getTitle() - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
getTitle() - Method in class com.acrolinx.services.v3.core.Message
Gets the value of the title property.
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.position.ContextMenuPositionPresenter.ContextMenuPositionView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter.CorrectionView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionPresenter.OptionView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.ProgressPresenter.ProgressView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeyWordsView
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getTitleHandler() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
getTitleHandler() - Method in interface com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceView
 
getToken() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Match
 
getToolTip() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
getToolTip() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
getToolTip() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
getToolTip() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
getToolTip() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
getToolTip() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.AboutCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ContributeTermCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.HelpCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreInWholeDocumentCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreMarkingCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.SetMenuPositonCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowOptionsCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
getToolTipIdentifier() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
getTotalFlagCount() - Method in interface com.acrolinx.javasdk.api.report.ReportSummary
 
getType() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Block
 
getType() - Method in interface com.acrolinx.javasdk.api.report.Flag
 
getType() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.AboutCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.ContributeTermCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.HelpCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreInWholeDocumentCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.IgnoreMarkingCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.SetMenuPositonCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowOptionsCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
getType() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
getType() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
getType() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
getType() - Method in class com.acrolinx.services.v5.checking.FlagResultDetails
Gets the value of the type property.
getUpButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getUpButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getUpButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getUpButtonImageHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeywordControls
 
getUpButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
getUpButtonImageHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
getUrl() - Method in interface com.acrolinx.javasdk.api.server.adapter.AggregationResult
 
getUrl() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Explanation
 
getUrl() - Method in class com.acrolinx.javasdk.core.server.adapter.AggregationResultImpl
 
getUrl() - Method in class com.acrolinx.services.v5.checking.FlagResultDetails
Gets the value of the url property.
getUser() - Method in interface com.acrolinx.javasdk.api.server.ConnectionSettings
Gets the user.
getUser() - Method in class com.acrolinx.javasdk.core.server.adapter.AuthorizationManager
 
getUser() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
getUserAdapter() - Method in interface com.acrolinx.javasdk.api.server.ServerConnection
 
getUserMetadataEditUrl() - Method in exception com.acrolinx.javasdk.api.exceptions.UserMetaDataIncompleteException
 
getUserMetadataEditUrl() - Method in class com.acrolinx.services.v4.checking.UserMetadataIncompleteFault
Gets the value of the userMetadataEditUrl property.
getUserMetadataEditUrl() - Method in class com.acrolinx.services.v5.checking.UserMetadataIncompleteFault
Gets the value of the userMetadataEditUrl property.
getUsername() - Method in class com.acrolinx.javasdk.api.server.User
 
getUserName() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getUserName() - Method in class com.acrolinx.javasdk.core.server.CheckCredentials
 
getUsername() - Method in class com.acrolinx.services.v3.core.CreateUser
Gets the value of the username property.
getUsername() - Method in class com.acrolinx.services.v3.core.GetAuthToken
Gets the value of the username property.
getUserNameHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getUserNameHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getUserNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getUserNameHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getUserNameLabelHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
 
getUserNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getUserNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
 
getUserNameLabelHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getUserPort() - Method in class com.acrolinx.services.v4.user.UserService
 
getUserPort(WebServiceFeature...) - Method in class com.acrolinx.services.v4.user.UserService
 
getUserProperties(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getUserProperties(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.UserServiceV6Stub
 
getUserProperties(String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
getUserProperties(String) - Method in interface com.acrolinx.javasdk.core.server.UserService
 
GetUserProperties - Class in com.acrolinx.services.v4.user
Java class for getUserProperties complex type.
GetUserProperties() - Constructor for class com.acrolinx.services.v4.user.GetUserProperties
 
getUserProperties(String) - Method in interface com.acrolinx.services.v4.user.IUserService
 
getUserProperties() - Method in class com.acrolinx.services.v4.user.StoreUserPropertiesRequest
Gets the value of the userProperties property.
getUserProperties() - Method in class com.acrolinx.services.v4.user.UserPropertiesResult
Gets the value of the userProperties property.
GetUserPropertiesResponse - Class in com.acrolinx.services.v4.user
Java class for getUserPropertiesResponse complex type.
GetUserPropertiesResponse() - Constructor for class com.acrolinx.services.v4.user.GetUserPropertiesResponse
 
GetUserProperty - Class in com.acrolinx.services.v4.user
Java class for getUserProperty complex type.
GetUserProperty() - Constructor for class com.acrolinx.services.v4.user.GetUserProperty
 
getUserProperty(String, String) - Method in interface com.acrolinx.services.v4.user.IUserService
 
getUserPropertyKey() - Method in class com.acrolinx.services.v4.user.UserProperties.UserPropertyKeys
Gets the value of the userPropertyKey property.
getUserPropertyKeys() - Method in class com.acrolinx.services.v4.user.UserProperties
Gets the value of the userPropertyKeys property.
GetUserPropertyResponse - Class in com.acrolinx.services.v4.user
Java class for getUserPropertyResponse complex type.
GetUserPropertyResponse() - Constructor for class com.acrolinx.services.v4.user.GetUserPropertyResponse
 
getUserPropertyValue() - Method in class com.acrolinx.services.v4.user.UserProperties.UserPropertyValues
Gets the value of the userPropertyValue property.
getUserPropertyValues() - Method in class com.acrolinx.services.v4.user.UserProperties
Gets the value of the userPropertyValues property.
getUserService() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getUserService(IServiceRegistry, String) - Method in class com.acrolinx.javasdk.core.util.ServiceHelper
 
getV4CheckSettings(CheckSettings) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
getValidTerm() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ValidTermFlagPoJo
 
getValidTermsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getValidTermsCountHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getValidTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getValidTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getValidTermsCountHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getValidTermsTypesCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getValue() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail
 
getValue(CheckingStatusKey<T>) - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatus
Gets the value.
getValue(CheckingStatusKey<T>) - Method in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusImpl
 
getValue() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatusValue
 
getValue(DisplayItem) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.GenericListController
 
getValue() - Method in class com.acrolinx.javasdk.gui.threading.proxy.FutureValue
 
getValues() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.GenericListController
 
getValues() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiColumnListController
 
getValues() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiSelectionListController
 
getValues() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.SingleSelectionListController
 
getValues() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
getValues() - Method in class com.acrolinx.services.v3.feedback.MetaInfo
Gets the value of the values property.
getValues() - Method in class com.acrolinx.services.v4.checking.MetaInfo
Gets the value of the values property.
getValues() - Method in class com.acrolinx.services.v4.feedback.MetaInfo
Gets the value of the values property.
getValues() - Method in class com.acrolinx.services.v5.checking.MetaInfo
Gets the value of the values property.
getValueType() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey
 
getVersion() - Method in interface com.acrolinx.javasdk.api.client.ClientInformation
 
getVersion() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
getVersion() - Method in interface com.acrolinx.javasdk.api.server.capabilities.ServerVersion
Returns the server version, e.g.
getVersion() - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
Returns the current server version (e.g.
getVersion() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
getVersion() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
getVersion() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
getVersion() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
getVersion() - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
SOAP-way to retrieve the server's version information.
getVersion() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersionImpl
 
getVersion() - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
getVersion() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
getVersion() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
getVersion() - Method in class com.acrolinx.services.v3.core.ClientInfo
Gets the value of the version property.
getVersion() - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Gets the value of the version property.
getVersionInformation() - Static method in class com.acrolinx.javasdk.core.version.JavaSDKVersion
 
getWebBrowserType() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractAcrolinxEclipsePluginInitializer
 
getWebBrowserType() - Method in interface com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePluginInitializer
Gets the web browser type.
getWeight() - Method in enum com.acrolinx.javasdk.api.extraction.documents.block.BreakLevel
 
getWidget() - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
getWidget() - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
getWidth() - Method in class com.acrolinx.javasdk.api.client.Area
 
getWidth() - Method in class com.acrolinx.javasdk.api.client.Location
 
getWord() - Method in class com.acrolinx.services.v5.checking.KeywordList.Words
Gets the value of the word property.
getWord() - Method in class com.acrolinx.services.v5.checking.Wordlist.Words
Gets the value of the word property.
getWordCaption() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getWordCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
getWordCount() - Method in class com.acrolinx.services.v4.checking.ResultDetails
Gets the value of the wordCount property.
getWordCount() - Method in class com.acrolinx.services.v5.checking.ResultDetails
Gets the value of the wordCount property.
getWordCountCaption() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getWordCountCaption() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getWordCountCaption() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getWordCountTextHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
 
getWordCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getWordCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
 
getWordCountTextHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getWordlist() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the wordlist property.
getWordlist() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the wordlist property.
getWords() - Method in class com.acrolinx.services.v5.checking.KeywordList
Gets the value of the words property.
getWords() - Method in class com.acrolinx.services.v5.checking.Wordlist
Gets the value of the words property.
getX() - Method in class com.acrolinx.javasdk.api.client.Area
 
getXButtonHandler() - Method in interface com.acrolinx.javasdk.gui.dialogs.HasDialogCloseButton
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
getXButtonHandler() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
getY() - Method in class com.acrolinx.javasdk.api.client.Area
 
GRAMMAR - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
GRAY - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant GRAY.
GREEN - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant GREEN.
GroupId - Interface in com.acrolinx.javasdk.api.report
The GroupId is an id which groups Flags via FlagGroupId and Suggestions via SuggestionGroupId.
GroupIdImpl - Class in com.acrolinx.javasdk.core.report
The GroupIdImpl is the implementation of GroupId.
GroupIdImpl(String) - Constructor for class com.acrolinx.javasdk.core.report.GroupIdImpl
 
GuiCheckController - Class in com.acrolinx.javasdk.gui
The class GuiCheckController is a core component of the Acrolinx GUI SDK.
GuiCheckControllerActionFactory - Class in com.acrolinx.javasdk.gui.actions
The Class GuiCheckControllerActionFactory is used to create actions working with GuiCheckController.
GuiCheckControllerActionFactory(GuiCheckController, SessionHistoryImpl, AcrolinxFactory) - Constructor for class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactory
 
GuiCheckControllerActionFactoryFactory - Class in com.acrolinx.javasdk.gui.actions
GuiCheckControllerProvider - Class in com.acrolinx.javasdk.gui.swt.eclipse
The class GuiCheckControllerProvider provides the GuiCheckController.
guiCheckControllers() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
GuiCheckControllersFactory - Class in com.acrolinx.javasdk.gui
A factory for creating GuiCheckControllers.
GuiCheckControllersFactory(PluginSettingsStoresFactory, ConnectionSettingsStoresFactory, ExtensionSettingsStoresFactory, ThreadSyncAndLocalizersFactory, CheckSettingsStoresFactory, ServerConnectionProviders, ImageResourceLoader, DialogsPresentersFactory, GuiFactory, ThreadSyncAndLocalizersFactory, LocalizersFactory) - Constructor for class com.acrolinx.javasdk.gui.GuiCheckControllersFactory
 
GuiController - Class in com.acrolinx.javasdk.gui
The GuiController is used for controlling the UI objects connected to the Acrolinx Java SDK.
GuiControllerBuilder - Class in com.acrolinx.javasdk.gui
The class GuiControllerBuilder is used for building a GuiController.
GuiControllerCallbackFactory - Class in com.acrolinx.javasdk.gui.commands.handler
A factory for creating the DefaultAboutCommandCallback.
GuiControllerCallbackFactory() - Constructor for class com.acrolinx.javasdk.gui.commands.handler.GuiControllerCallbackFactory
 
guiControllers() - Method in class com.acrolinx.javasdk.gui.GuiFactory
The GuiController is used for controlling the UI objects connected to the Acrolinx Java SDK.
GuiControllersFactory - Class in com.acrolinx.javasdk.gui
A factory for creating GuiControllers.
GuiControllersFactory(ImageResourceLoader, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.GuiControllersFactory
 
GuiEclipseFactory - Class in com.acrolinx.javasdk.gui.swt.eclipse
A factory for creating an Eclipse-specific ViewFactory adapting between SWT and Acrolinx GUI SDK objects.
GuiEclipseFactoryInstantiator - Class in com.acrolinx.javasdk.gui.swt.eclipse
The GuiEclipseFactoryInstantiator can be used to get an instance of the GuiSwtFactory.
GuiFactory - Class in com.acrolinx.javasdk.gui
Single Factory providing everything - except view factory - the integrator needs for running a check with dialogs.
GuiFactoryInstantiator - Class in com.acrolinx.javasdk.gui
The class GuiFactoryInstantiator is used for obtaining an instance of GuiFactory.
GuiSwingFactory - Class in com.acrolinx.javasdk.gui.swing
A factory for creating GuiSwing objects, especially GuiSwingFactory.createViewFactory().
GuiSwingFactoryInstantiator - Class in com.acrolinx.javasdk.gui.swing
The class GuiSwingFactoryInstantiator is used to get the singleton of GuiSwingFactory.
GuiSwtFactory - Class in com.acrolinx.javasdk.gui.swt
A factory for creating an SWT-specific ViewFactory adapting between SWT and Acrolinx GUI SDK objects.
GuiSwtFactoryInstantiator - Class in com.acrolinx.javasdk.gui.swt
The GuiSwtFactoryInstantiator can be used to get an instance of the GuiSwtFactory.
GuiUpdateListener - Interface in com.acrolinx.javasdk.gui
The GuiUpdateListener is used to notify GUI-components about GUI-relevant changes of data.
GuiUpdateListenerContext - Class in com.acrolinx.javasdk.gui
GuiUpdateListenerContextFactory - Class in com.acrolinx.javasdk.gui
A factory for creating GuiUpdateListenerContexts.
guiUpdateListenersContexts() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 

H

handle(SdkException) - Method in class com.acrolinx.javasdk.gui.actions.CheckExceptionHandler
 
handleResponse(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestRequestExecutor
 
HandlerFactory - Class in com.acrolinx.javasdk.gui.swing.sample
A HandlerFactory is a factory for creating handler for the sample swing windows.
HandlerFactory(SampleClient) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.HandlerFactory
 
HandlerFactory - Class in com.acrolinx.javasdk.gui.swt.sample
A HandlerFactory is a factory for creating handler for the sample SWT windows.
HandlerFactory(SampleClient) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.HandlerFactory
 
handleToken(String, int, ExtractionStatus) - Method in interface com.acrolinx.javasdk.core.server.adapter.ControlCharacterTokenizerScanner.ControlCharacterTokenizerScannerCallback
 
hasAnnotatedXml() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
hasAnnotatedXml() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
hasAnnotatedXml() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
hasAnnotatedXml() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
hasAnnotatedXml() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
hasContributeTerms() - Method in interface com.acrolinx.javasdk.api.server.Privileges
 
hasContributeTerms() - Method in class com.acrolinx.javasdk.core.server.adapter.CachedPrivileges
 
hasContributeTerms() - Method in class com.acrolinx.javasdk.core.server.adapter.PrivilegesImpl
 
hasDeleteWordSuggestion(Flag) - Static method in class com.acrolinx.javasdk.gui.inlinecheck.FlagUtil
 
hasDetail(DocumentTypeIdentifier.Detail.Type) - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
HasDialogCloseButton - Interface in com.acrolinx.javasdk.gui.dialogs
The interface HasDialogCloseButton is used to access the X-close button of a view.
hasEditPluginSegmentation() - Method in interface com.acrolinx.javasdk.api.server.Privileges
 
hasEditPluginSegmentation() - Method in class com.acrolinx.javasdk.core.server.adapter.CachedPrivileges
 
hasEditPluginSegmentation() - Method in class com.acrolinx.javasdk.core.server.adapter.PrivilegesImpl
 
hashCode() - Method in class com.acrolinx.javasdk.api.check.Keyword
 
hashCode() - Method in class com.acrolinx.javasdk.api.check.Language
 
hashCode() - Method in class com.acrolinx.javasdk.api.check.RuleSet
 
hashCode() - Method in class com.acrolinx.javasdk.api.check.TermSet
 
hashCode() - Method in class com.acrolinx.javasdk.api.client.Area
 
hashCode() - Method in class com.acrolinx.javasdk.api.client.Location
 
hashCode() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
Hash code.
hashCode() - Method in class com.acrolinx.javasdk.api.extraction.Author
 
hashCode() - Method in class com.acrolinx.javasdk.api.extraction.CheckScope
 
hashCode() - Method in class com.acrolinx.javasdk.api.extraction.FileFormat
 
hashCode() - Method in class com.acrolinx.javasdk.api.extraction.FileName
 
hashCode() - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
hashCode() - Method in class com.acrolinx.javasdk.api.server.User
 
hashCode() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.block.DocumentPartImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.Tag
 
hashCode() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
hashCode() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestionSurfaceElement
 
hashCode() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
hashCode() - Method in class com.acrolinx.javasdk.core.report.GroupIdImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.BroadcastMessageImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.MetaInfoImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.server.SingleSignOnHeaderConfigurationImpl
 
hashCode() - Method in class com.acrolinx.javasdk.core.terminology.TerminologyQueryImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.actions.CheckCapabilitiesImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.checking.CheckHistoryEntry
 
hashCode() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
hashCode() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.Column
 
hashCode() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
hashCode() - Method in class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsModel
 
hashCode() - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
hashCode() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
hashCode() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
hashCode() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
hashCode() - Method in class com.acrolinx.javasdk.gui.StringWithImage
 
hasHtmlCheckReport() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
hasHtmlCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
hasHtmlCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV5Based
 
hasHtmlCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
hasHtmlCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
hasHtmlCheckReport() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
hasJsonCheckReport() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
hasJsonCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
hasJsonCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV5Based
 
hasJsonCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
hasJsonCheckReport() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
hasJsonCheckReport() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
HasNamedPrivilege - Class in com.acrolinx.services.v4.user
Java class for hasNamedPrivilege complex type.
HasNamedPrivilege() - Constructor for class com.acrolinx.services.v4.user.HasNamedPrivilege
 
hasNamedPrivilege(String, String) - Method in interface com.acrolinx.services.v4.user.IUserService
 
HasNamedPrivilegeResponse - Class in com.acrolinx.services.v4.user
Java class for hasNamedPrivilegeResponse complex type.
HasNamedPrivilegeResponse() - Constructor for class com.acrolinx.services.v4.user.HasNamedPrivilegeResponse
 
hasNext() - Method in class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper.DOMIterator
 
hasPrivilege(String) - Method in interface com.acrolinx.javasdk.api.server.Privileges
 
hasPrivilege(String) - Method in class com.acrolinx.javasdk.core.server.adapter.CachedPrivileges
 
hasPrivilege(String) - Method in class com.acrolinx.javasdk.core.server.adapter.PrivilegesImpl
 
hasProperty(String) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
hasProperty(String) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
hasProperty(String) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
hasReport() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
hasReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
hasReport() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
hasReport() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
hasReport() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
hasReport() - Method in class com.acrolinx.javasdk.gui.sessions.controller.AbstractDocumentSessionController
 
hasReport() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
 
hasReport() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
hasRunTermHarvesting() - Method in interface com.acrolinx.javasdk.api.server.Privileges
 
hasRunTermHarvesting() - Method in class com.acrolinx.javasdk.core.server.adapter.CachedPrivileges
 
hasRunTermHarvesting() - Method in class com.acrolinx.javasdk.core.server.adapter.PrivilegesImpl
 
hasSelection() - Method in interface com.acrolinx.javasdk.gui.checking.inline.PrepareRecheckCallback
 
hasSelection() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
hasSelection() - Method in enum com.acrolinx.javasdk.gui.sessions.impl.SelectionScope
 
hasSubmitDictionaryEntry() - Method in interface com.acrolinx.javasdk.api.server.Privileges
 
hasSubmitDictionaryEntry() - Method in class com.acrolinx.javasdk.core.server.adapter.CachedPrivileges
 
hasSubmitDictionaryEntry() - Method in class com.acrolinx.javasdk.core.server.adapter.PrivilegesImpl
 
hasText() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
hasText() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
haveToShowOptions(boolean) - Method in enum com.acrolinx.javasdk.gui.ShowOptionsStrategy
Find out if we have to show options dialog.
headerWithGenericPassword(String) - Method in interface com.acrolinx.javasdk.api.factory.SingleSignOnConfigurations
Single sign on is designed for server to server connection, in case the user is already authenticated inside the application running at the front end server.
Single sign on enables the integration to check with any user name, independent on the users password.
headerWithGenericPassword(String) - Method in class com.acrolinx.javasdk.core.server.SingleSignOnConfigurationFactoryImpl
 
HelpCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class HelpCommand uses a HelpCommandCallback to open the integration's help file.
HelpCommand(Localizer, ImageResourceLoader, boolean, Listener, HelpCommandCallback, WebPagePresenter) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.HelpCommand
 
HelpCommandCallback - Interface in com.acrolinx.javasdk.gui.commands.handler
The interface HelpCommandCallback is a callback interface used to notify the integration that the help button in the main menu or toolbar was clicked.
HelpCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
HelpCommandClickHandler(HelpCommandCallback, WebPagePresenter) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.HelpCommandClickHandler
 
HideableButtonHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
Handler for a buttons that can set their visibility.
HideableButtonHandlerAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
 
HideableButtonHandlerAdapter(Button) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.HideableButtonHandlerAdapter
 
HideableButtonHandlerSwingButtonAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
 
HideableButtonHandlerSwingButtonAdapter(JButton) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.HideableButtonHandlerSwingButtonAdapter
 
HideableCaptionButtonHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
Handler for a links that can be localized and can set their visibility.
HideableCaptionButtonHandlerSwingButtonAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
 
HideableCaptionButtonHandlerSwingButtonAdapter(JButton) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.HideableCaptionButtonHandlerSwingButtonAdapter
 
hideAndStoreMarkings() - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
hideAndStoreMarkings() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.GenericOffsetBasedMarkingStore
 
hideAndStoreMarkings() - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
hideAndStoreMarkings() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
hideAndStoreMarkings() - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingStore
This method hides all markings.
hideDetails() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
hideDetails() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailedView
 
hideDetails() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
hideDetails() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
HostAppDocument - Class in com.acrolinx.javasdk.gui.swing.sample.multi
The HostAppDocument is a sample implementation of a class which is normally provided by the host application.
HostAppDocument() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocument
Create the panel.
HostAppDocument - Class in com.acrolinx.javasdk.gui.swt.sample.multi
 
HostAppDocument(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocument
Create the composite.
HostAppDocumentController - Class in com.acrolinx.javasdk.gui.swing.sample.multi
The HostAppDocumentController is a sample implementation of a class which is normally provided by the host application.
HostAppDocumentController(JTabbedPane) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentController
 
HostAppDocumentController - Class in com.acrolinx.javasdk.gui.swt.sample.multi
The HostAppDocumentController is a sample implementation of a class which is normally provided by the host application.
HostAppDocumentController(TabFolder) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentController
 
HostAppDocumentsChangedListener - Class in com.acrolinx.javasdk.gui.swing.sample.multi
The HostAppDocumentsChangedListener is a listener normally provided by the host application.
HostAppDocumentsChangedListener() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentsChangedListener
 
HostAppDocumentsChangedListener - Class in com.acrolinx.javasdk.gui.swt.sample.multi
The HostAppDocumentsChangedListener is a listener normally provided by the host application.
HostAppDocumentsChangedListener() - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentsChangedListener
 
HostAppDocumentSessionProvider - Class in com.acrolinx.javasdk.gui.swing.sample.multi.session
HostAppDocumentSessionProvider(HostAppDocumentController, SampleClient) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.session.HostAppDocumentSessionProvider
 
HostAppDocumentSessionProvider - Class in com.acrolinx.javasdk.gui.swt.sample.multi.session
HostAppDocumentSessionProvider(HostAppDocumentController, SampleClient) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.session.HostAppDocumentSessionProvider
 
HostAppDocumentStore - Class in com.acrolinx.javasdk.gui.swing.sample.multi
The HostAppDocumentStore is a sample implementation normally provided by the host application to load and store the editors documents.
HostAppDocumentStore() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentStore
 
HostAppDocumentStore - Class in com.acrolinx.javasdk.gui.swt.sample.multi
The HostAppDocumentStore is a sample implementation normally provided by the host application to load and store the editors documents.
HostAppDocumentStore(TabFolder) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentStore
 
html() - Static method in class com.acrolinx.javasdk.api.extraction.FileFormats
 
HttpClientHelper - Class in com.acrolinx.javasdk.core.server.adapter
 

I

ICheckingService - Interface in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
ICheckingService - Interface in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
IconUtil - Class in com.acrolinx.javasdk.gui.swing
 
IconUtil(ImageResourceLoader) - Constructor for class com.acrolinx.javasdk.gui.swing.IconUtil
 
ICoreService - Interface in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
id - Variable in class com.acrolinx.services.v3.core.LicensingFault
 
id - Variable in class com.acrolinx.services.v4.checking.RequestDescription
 
id - Variable in class com.acrolinx.services.v5.checking.RequestDescription
 
Identifier - Enum in com.acrolinx.javasdk.localization
The enum Identifier is used for localizations; if you want to get the localization of an Identifier call Identifier.toString(Localizer, String...).
IFeedbackService - Interface in com.acrolinx.services.v3.feedback
This class was generated by the JAX-WS RI.
IFeedbackService - Interface in com.acrolinx.services.v4.feedback
This class was generated by the JAX-WS RI.
IgnoreFlagCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class IgnoreFlagCommandClickHandler is the ClickHandler for the ignore flag command.
IgnoreFlagCommandClickHandler(Flag, InlineCheckDocumentSessionController) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.IgnoreFlagCommandClickHandler
 
IgnoreInWholeDocumentCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class IgnoreInWholeDocumentCommand ignores the same type of flag in the whole document.
IgnoreInWholeDocumentCommand(Localizer, ImageResourceLoader, Listener, Set<Flag>, InlineCheckDocumentSessionController) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.IgnoreInWholeDocumentCommand
 
IgnoreMarkingClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
IgnoreMarkingClickHandler(Set<Flag>, InlineCheckDocumentSessionController) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.IgnoreMarkingClickHandler
 
IgnoreMarkingCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class IgnoreMarkingCommand ignores the whole marking with all related flags.
IgnoreMarkingCommand(Localizer, ImageResourceLoader, Listener, Set<Flag>, InlineCheckDocumentSessionController) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.IgnoreMarkingCommand
 
ImageHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ImageHandler is used by the handler for controls which can load images from an URL.
ImageHandlerSwingButtonAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class ImageHandlerSwingButtonAdapter is an adapter between JButton and ImageHandler.
ImageHandlerSwingButtonAdapter(JButton) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.ImageHandlerSwingButtonAdapter
 
ImageHandlerSwingLabelAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class ImageHandlerSwingLabelAdapter is an adapter between JLabel and ImageHandler.
ImageHandlerSwingLabelAdapter(JLabel) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.ImageHandlerSwingLabelAdapter
 
ImageHandlerSwtButtonAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class ImageHandlerSwtButtonAdapter is an adapter between Button and ImageHandler.
ImageHandlerSwtButtonAdapter(Button) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.ImageHandlerSwtButtonAdapter
 
ImageHandlerSwtLabelAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class ImageHandlerSwtLabelAdapter adapts an SWT Label to a ImageHandler.
ImageHandlerSwtLabelAdapter(Label) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.ImageHandlerSwtLabelAdapter
 
ImageResourceLoader - Interface in com.acrolinx.javasdk.gui
The interface ImageResourceLoader provides URLs to Images.
ImageResourceLoaderImpl - Class in com.acrolinx.javasdk.gui
The class ImageResourceLoaderImpl loads images from embedded resources.
ImageResourceLoaderImpl() - Constructor for class com.acrolinx.javasdk.gui.ImageResourceLoaderImpl
 
Images - Enum in com.acrolinx.javasdk.gui
The enum Images provides image names and default file names for image files.
ImageUtil - Class in com.acrolinx.javasdk.gui.swt
 
ImageUtil(ImageResourceLoader) - Constructor for class com.acrolinx.javasdk.gui.swt.ImageUtil
 
implementsInterface(Class<?>, Class<?>) - Method in class com.acrolinx.javasdk.core.util.ReflectionUtil
 
Importance - Enum in com.acrolinx.services.v3.core
Java class for Importance.
importance - Variable in class com.acrolinx.services.v3.core.Message
 
ImportTerminology - Class in com.acrolinx.services.v6.terminology
Java class for importTerminology complex type.
ImportTerminology() - Constructor for class com.acrolinx.services.v6.terminology.ImportTerminology
 
importTerminology(String, ImportTerminologyRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
importTerminologyRequest - Variable in class com.acrolinx.services.v6.terminology.ImportTerminology
 
ImportTerminologyRequest - Class in com.acrolinx.services.v6.terminology
Java class for ImportTerminologyRequest complex type.
ImportTerminologyRequest() - Constructor for class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
 
ImportTerminologyResponse - Class in com.acrolinx.services.v6.terminology
Java class for importTerminologyResponse complex type.
ImportTerminologyResponse() - Constructor for class com.acrolinx.services.v6.terminology.ImportTerminologyResponse
 
ImportTerminologyResult - Class in com.acrolinx.services.v6.terminology
Java class for ImportTerminologyResult complex type.
ImportTerminologyResult() - Constructor for class com.acrolinx.services.v6.terminology.ImportTerminologyResult
 
incompatibleAcrolinxServer(Localizer, IncompatibleAcrolinxServerException) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
IncompatibleAcrolinxServerException - Exception in com.acrolinx.javasdk.api.exceptions
The IncompatibleAcrolinxServerException is thrown if the current Acrolinx Java SDK is incompatible to the version of the Acrolinx Server.
IncompatibleAcrolinxServerException(String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.IncompatibleAcrolinxServerException
 
IncompatibleAcrolinxServerException(String, Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.IncompatibleAcrolinxServerException
 
incrementSpellingErrorsCount() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
init(IWorkbench) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
initGui(JMenu, JToolBar, HostAppDocumentController) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.SwingMultiDocumentWindowAcrolinxHandler
 
initGui(Menu, ToolBar, HostAppDocumentController) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.SwtMultiDocumentWindowAcrolinxHandler
 
InlineCheckCallback - Interface in com.acrolinx.javasdk.gui.checking.inline
The interface InlineCheckCallback defines the methods which must be implemented to handle the result of an inline check.
InlineCheckCallbackCorrectionProxy - Interface in com.acrolinx.javasdk.gui.dialogs.correction
 
InlineCheckCallbackCorrectionProxyImpl - Class in com.acrolinx.javasdk.gui.checking.dialog
 
InlineCheckClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class InlineCheckClickHandler is the ClickHandler for the inline check command.
InlineCheckClickHandler(GuiCheckController, ShowOptionsStrategy, ShowResultStrategy, InlineCheckSessionProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.InlineCheckClickHandler
 
InlineCheckDocumentSessionController - Interface in com.acrolinx.javasdk.gui.sessions.controller.inline
The interface InlineCheckDocumentSessionController is used for interaction with the Acrolinx Java SDK after an inline check was performed.
InlineCheckDocumentSessionControllerFactory - Class in com.acrolinx.javasdk.gui.sessions.controller.inline
A factory for creating InlineCheckDocumentSessionController objects.
InlineCheckDocumentSessionControllerFactory(ContextMenuPresenter, WebPagePresenter, Localizer, ImageResourceLoader) - Constructor for class com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionControllerFactory
 
InlineCheckingCheckCallback - Class in com.acrolinx.javasdk.gui.actions
InlineCheckingCheckCallback(InlineCheckCallback, MessageBoxDialogPresenter, SetContextMenuPresenter, GuiCheckController, InlineCheckDocumentSessionControllerFactory, MarkingColorProvider) - Constructor for class com.acrolinx.javasdk.gui.actions.InlineCheckingCheckCallback
 
InlineCheckMarkingStrategy - Class in com.acrolinx.javasdk.gui.checking.inline
The class InlineCheckMarkingStrategy controls the workflow of an inline check.
InlineCheckMarkingStrategy(MarkingColorProvider, CheckResult, InlineCheckCallback, InlineCheckDocumentSessionControllerFactory, GuiCheckController, MessageBoxDialogPresenter, SetContextMenuPresenter, ClientSettings, String, MarkingControllerImpl, CachedPrivileges, ClientProperties, ServerConnection) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.InlineCheckMarkingStrategy
 
InlineCheckSession - Interface in com.acrolinx.javasdk.gui.checking.inline
The InlineCheckSession is used to provide all methods needed to perform a full inline check.
InlineCheckSessionProvider - Interface in com.acrolinx.javasdk.gui.checking.inline
The InlineCheckSessionProvider provides a InlineCheckSession for the active document.
See: SessionProvider
inMemory() - Static method in class com.acrolinx.javasdk.api.factory.ApplicationStores
 
inputDescriptionId - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
 
inputDescriptionId - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
 
INSTACE - Static variable in class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyConfigurator
The singleton for VmProxyConfigurator.
install() - Static method in class com.acrolinx.javasdk.core.internal.server.SystemAuthenticationCache
 
INSTANCE - Static variable in class com.acrolinx.javasdk.core.extraction.block.BlockTextExtractor
 
INSTANCE - Static variable in class com.acrolinx.javasdk.core.extraction.RangeComparator
The Constant INSTANCE see: RangeComparator.
INSTANCE - Static variable in interface com.acrolinx.javasdk.core.internal.server.proxy.ProxyConfigurator
The singleton for ProxyConfigurator
INSTANCE - Static variable in class com.acrolinx.javasdk.core.internal.server.SystemFacade
The singleton for the SystemFacade.
INSTANCE - Static variable in class com.acrolinx.javasdk.core.server.adapter.HttpClientHelper
The HttpClientHelper singleton.
INSTANCE - Static variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestServiceRegistry
The RestServiceRegistry singleton.
INSTANCE - Static variable in class com.acrolinx.javasdk.core.server.adapter.SoapServiceRegistry
 
INSTANCE - Static variable in class com.acrolinx.javasdk.core.server.adapter.WsServerFacadeFactory
The singleton for WsServerFacadeFactory.
INSTANCE - Static variable in class com.acrolinx.javasdk.core.util.ReflectionUtil
 
INSTANCE - Static variable in class com.acrolinx.javasdk.core.util.RestServiceHelper
The RestServiceHelper singleton.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.actions.GuiCheckControllerActionFactoryFactory
The Constant INSTANCE see: GuiCheckControllerActionFactoryFactory .
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.checking.CheckAcceptenceStrategy
The default CheckAcceptenceStrategy, which decides if a comparative check should be performed or not.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.DefaultMarkingColorProvider
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
The constant INSTANCE is the singleton of SeparatorCommand.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
The singleton for creating MemoryHandler.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.dialogs.options.NullLanguageCapabilities
The constant INSTANCE is a null object singleton implementation of LanguageCapabilities.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.NullCheckSettings
The constant INSTANCE is the null object singleton of CheckSettings.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.NullFlag
see: NullFlag.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.NullServerCapabilities
The constant INSTANCE is a null object singleton implementation of ServerCapabilities, doing nothing.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsFactory
The singleton of ClientSettingsFactory
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsFactory
The singleton for ExtensionSettingsFactory
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsFactory
The singleton of the PluginSettingsFactory.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsToPropertiesSerializer
The singleton of the default implementation for PluginSettingsToPropertiesSerializer.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.adapter.SwingAdapterFactory
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorChooserFacade
 
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.sample.HandlerFactory
The singleton for HandlerFactory.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtension
The singleton of SampleExtension.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.sample.multi.session.DocumentSessionProviderFactory
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.sample.SampleClient
The singleton for SampleClient.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.sample.SampleWindowFactory
The singleton of SampleWindowFactory.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swing.SwingUtilsFacade
 
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swt.adapter.SwtAdapterFactory
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swt.sample.HandlerFactory
The singleton for HandlerFactory.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtension
 
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swt.sample.multi.session.DocumentSessionProviderFactory
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swt.sample.SampleClient
The singleton for SampleClient.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swt.sample.SampleWindowFactory
The singleton of SampleWindowFactory.
INSTANCE - Static variable in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.PositionConverter
 
InsufficientPrivilegesFault - Class in com.acrolinx.services.v3.core
Java class for InsufficientPrivilegesFault complex type.
InsufficientPrivilegesFault() - Constructor for class com.acrolinx.services.v3.core.InsufficientPrivilegesFault
 
InsufficientPrivilegesFault - Class in com.acrolinx.services.v4.feedback
Java class for InsufficientPrivilegesFault complex type.
InsufficientPrivilegesFault() - Constructor for class com.acrolinx.services.v4.feedback.InsufficientPrivilegesFault
 
InsufficientPrivilegesFault - Class in com.acrolinx.services.v6.terminology
Java class for InsufficientPrivilegesFault complex type.
InsufficientPrivilegesFault() - Constructor for class com.acrolinx.services.v6.terminology.InsufficientPrivilegesFault
 
InsufficientPrivilegesFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
InsufficientPrivilegesFault_Exception(String, InsufficientPrivilegesFault) - Constructor for exception com.acrolinx.services.v3.core.InsufficientPrivilegesFault_Exception
 
InsufficientPrivilegesFault_Exception(String, InsufficientPrivilegesFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.InsufficientPrivilegesFault_Exception
 
InsufficientPrivilegesFault_Exception - Exception in com.acrolinx.services.v4.feedback
This class was generated by the JAX-WS RI.
InsufficientPrivilegesFault_Exception(String, InsufficientPrivilegesFault) - Constructor for exception com.acrolinx.services.v4.feedback.InsufficientPrivilegesFault_Exception
 
InsufficientPrivilegesFault_Exception(String, InsufficientPrivilegesFault, Throwable) - Constructor for exception com.acrolinx.services.v4.feedback.InsufficientPrivilegesFault_Exception
 
InsufficientPrivilegesFault_Exception - Exception in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
InsufficientPrivilegesFault_Exception(String, InsufficientPrivilegesFault) - Constructor for exception com.acrolinx.services.v6.terminology.InsufficientPrivilegesFault_Exception
 
InsufficientPrivilegesFault_Exception(String, InsufficientPrivilegesFault, Throwable) - Constructor for exception com.acrolinx.services.v6.terminology.InsufficientPrivilegesFault_Exception
 
IntegerOffsetToInteger - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The IntegerOffsetToInteger is an OffsetCalculator for integer-based DocumentPartMappings like integer-based BlockDocument.
IntegerOffsetToInteger() - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.IntegerOffsetToInteger
 
INTERACTIVE - Static variable in class com.acrolinx.javasdk.api.server.adapter.CheckType
The normal interactive check which should be performed if the user clicks the check button.
intersect(Range) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Range
 
intersect(Range) - Method in class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
invalidate() - Method in class com.acrolinx.javasdk.core.server.adapter.AuthorizationManager
 
InvalidCheckConfigurationException - Exception in com.acrolinx.javasdk.api.exceptions
The InvalidCheckConfigurationException is thrown if the check configuration does not match the capabilities of the server.
InvalidCheckConfigurationException(String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.InvalidCheckConfigurationException
 
InvalidCheckConfigurationException(String, Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.InvalidCheckConfigurationException
 
InvalidCheckIdException - Exception in com.acrolinx.javasdk.core.server.adapter
An invalid check id exception is thrown if no check exists with this id.
InvalidCheckIdException(String, Exception) - Constructor for exception com.acrolinx.javasdk.core.server.adapter.InvalidCheckIdException
 
InvalidCredentialsFault - Class in com.acrolinx.services.v3.core
Java class for InvalidCredentialsFault complex type.
InvalidCredentialsFault() - Constructor for class com.acrolinx.services.v3.core.InvalidCredentialsFault
 
InvalidCredentialsFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
InvalidCredentialsFault_Exception(String, InvalidCredentialsFault) - Constructor for exception com.acrolinx.services.v3.core.InvalidCredentialsFault_Exception
 
InvalidCredentialsFault_Exception(String, InvalidCredentialsFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.InvalidCredentialsFault_Exception
 
invalidProxyAuthentication(Localizer, InvalidProxyAuthenticationException) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
InvalidProxyAuthenticationException - Exception in com.acrolinx.javasdk.api.exceptions
The InvalidProxyAuthenticationException is thrown if the proxy configuration is invalid.
InvalidProxyAuthenticationException(Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.InvalidProxyAuthenticationException
 
InvalidSession - Exception in com.acrolinx.javasdk.core.server.adapter
 
InvalidSession(String, Exception) - Constructor for exception com.acrolinx.javasdk.core.server.adapter.InvalidSession
 
InvalidSessionFault - Class in com.acrolinx.services.v3.core
Java class for InvalidSessionFault complex type.
InvalidSessionFault() - Constructor for class com.acrolinx.services.v3.core.InvalidSessionFault
 
InvalidSessionFault - Class in com.acrolinx.services.v3.feedback
Java class for InvalidSessionFault complex type.
InvalidSessionFault() - Constructor for class com.acrolinx.services.v3.feedback.InvalidSessionFault
 
InvalidSessionFault - Class in com.acrolinx.services.v4.checking
Java class for InvalidSessionFault complex type.
InvalidSessionFault() - Constructor for class com.acrolinx.services.v4.checking.InvalidSessionFault
 
InvalidSessionFault - Class in com.acrolinx.services.v4.feedback
Java class for InvalidSessionFault complex type.
InvalidSessionFault() - Constructor for class com.acrolinx.services.v4.feedback.InvalidSessionFault
 
InvalidSessionFault - Class in com.acrolinx.services.v5.checking
Java class for InvalidSessionFault complex type.
InvalidSessionFault() - Constructor for class com.acrolinx.services.v5.checking.InvalidSessionFault
 
InvalidSessionFault - Class in com.acrolinx.services.v6.terminology
Java class for InvalidSessionFault complex type.
InvalidSessionFault() - Constructor for class com.acrolinx.services.v6.terminology.InvalidSessionFault
 
InvalidSessionFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
InvalidSessionFault_Exception(String, InvalidSessionFault) - Constructor for exception com.acrolinx.services.v3.core.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception(String, InvalidSessionFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception - Exception in com.acrolinx.services.v3.feedback
This class was generated by the JAX-WS RI.
InvalidSessionFault_Exception(String, InvalidSessionFault) - Constructor for exception com.acrolinx.services.v3.feedback.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception(String, InvalidSessionFault, Throwable) - Constructor for exception com.acrolinx.services.v3.feedback.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
InvalidSessionFault_Exception(String, InvalidSessionFault) - Constructor for exception com.acrolinx.services.v4.checking.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception(String, InvalidSessionFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception - Exception in com.acrolinx.services.v4.feedback
This class was generated by the JAX-WS RI.
InvalidSessionFault_Exception(String, InvalidSessionFault) - Constructor for exception com.acrolinx.services.v4.feedback.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception(String, InvalidSessionFault, Throwable) - Constructor for exception com.acrolinx.services.v4.feedback.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
InvalidSessionFault_Exception(String, InvalidSessionFault) - Constructor for exception com.acrolinx.services.v5.checking.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception(String, InvalidSessionFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception - Exception in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
InvalidSessionFault_Exception(String, InvalidSessionFault) - Constructor for exception com.acrolinx.services.v6.terminology.InvalidSessionFault_Exception
 
InvalidSessionFault_Exception(String, InvalidSessionFault, Throwable) - Constructor for exception com.acrolinx.services.v6.terminology.InvalidSessionFault_Exception
 
InvalidSignatureFault - Class in com.acrolinx.services.v3.core
Java class for InvalidSignatureFault complex type.
InvalidSignatureFault() - Constructor for class com.acrolinx.services.v3.core.InvalidSignatureFault
 
InvalidSignatureFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
InvalidSignatureFault_Exception(String, InvalidSignatureFault) - Constructor for exception com.acrolinx.services.v3.core.InvalidSignatureFault_Exception
 
InvalidSignatureFault_Exception(String, InvalidSignatureFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.InvalidSignatureFault_Exception
 
InvalidUsernameFault - Class in com.acrolinx.services.v3.core
Java class for InvalidUsernameFault complex type.
InvalidUsernameFault() - Constructor for class com.acrolinx.services.v3.core.InvalidUsernameFault
 
InvalidUsernameFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
InvalidUsernameFault_Exception(String, InvalidUsernameFault) - Constructor for exception com.acrolinx.services.v3.core.InvalidUsernameFault_Exception
 
InvalidUsernameFault_Exception(String, InvalidUsernameFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.InvalidUsernameFault_Exception
 
invoke(Object, Method, Object[]) - Method in class com.acrolinx.javasdk.core.server.ThinWsServerFacadeProxy.SetProxyInvocationHandler
 
isAccepted(long) - Method in class com.acrolinx.javasdk.gui.checking.CheckAcceptenceStrategy
 
isActive() - Method in enum com.acrolinx.javasdk.gui.MarkingType
 
isAdmittedTermNameCustomized() - Method in interface com.acrolinx.javasdk.api.report.Report
 
isAdmittedTermNameCustomized() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isAdmittedTermNameCustomized() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
isAdmittedTermNameCustomized() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionReport
 
isAlive() - Method in interface com.acrolinx.javasdk.api.server.ServerEndpoint
 
isAlive() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
isAuthTokenInvalid() - Method in exception com.acrolinx.javasdk.api.exceptions.AuthorizationFailedException
 
isAutocheckOnFileClose() - Method in interface com.acrolinx.javasdk.api.server.ClientProperties
 
isAutocheckOnFileClose() - Method in class com.acrolinx.javasdk.core.server.ClientPropertiesImpl
 
isBatchReplaceable() - Method in interface com.acrolinx.javasdk.api.report.Flag
 
isBatchReplaceable() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
isBatchReplaceable() - Method in class com.acrolinx.javasdk.gui.NullFlag
 
isBold() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
isBold() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
isBold() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
isBold() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
isBold() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
isCanceled() - Method in interface com.acrolinx.javasdk.api.server.adapter.ProgressMonitor
 
isCanceled() - Method in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
isCancelled() - Method in interface com.acrolinx.javasdk.api.server.CheckResult
 
isCancelled() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultV4Based
 
isCancelled() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckResultWithReportContents
 
isCancelled() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheckResult
 
isCancelled() - Method in class com.acrolinx.javasdk.core.server.CancelledCheckResult
 
isCaretOnMarking() - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSession
 
isCaretOnMarking() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
isCellEditable(EventObject) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
isChecked() - Method in interface com.acrolinx.javasdk.api.report.FlagSummary
 
isChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
isChecked() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
isChecked() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
isChecked() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
isChecked() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
isChecked() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.CheckBoxController
 
isChecked() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryToggleHandler
 
isChecked() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ToggleHandler
 
isChecked() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
isChecked() - Method in class com.acrolinx.javasdk.gui.swt.adapter.ToggleHandlerSwtButtonAdapter
 
isCheckGrammar() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isCheckReuse() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isCheckSpelling() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isCheckStyle() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isCheckTerminology() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isComplete - Variable in class com.acrolinx.services.v4.checking.RequestDescription
 
isComplete - Variable in class com.acrolinx.services.v5.checking.RequestDescription
 
isCompleteCheck() - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformation
Returns true if the check information has been obtained from the complete Document.
isCompleteCheck() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
isConfigurationNeeded(ProxySettings) - Method in class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyConfigurator
 
isCustomAdmittedTermStateSupported() - Method in interface com.acrolinx.javasdk.api.server.capabilities.ServerCapabilities
In newer versions of Acrolinx you can flag admitted terms separately from deprecated and valid terms.
isCustomAdmittedTermStateSupported() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerCapabilitiesImpl
 
isCustomAdmittedTermStateSupported() - Method in class com.acrolinx.javasdk.gui.NullServerCapabilities
 
isCustomizedName(String) - Static method in class com.acrolinx.javasdk.core.server.adapter.CustomAdmittedTermStateUtil
 
isDeployTerminologyAfterImport() - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Gets the value of the deployTerminologyAfterImport property.
isDisabledForEmptyList() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ListHandler
 
isDisabledForEmptyList() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
isDisabledForEmptyList() - Method in class com.acrolinx.javasdk.gui.swing.adapter.MultiSelectionListHandlerSwingListAdapter
 
isDisabledForEmptyList() - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJComboBoxAdapter
 
isDisabledForEmptyList() - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
isDisabledForEmptyList() - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiSelectionListHandlerSwtTableAdapter
 
isDisabledForEmptyList() - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtComboAdapter
 
isDiscontinuousMatch() - Method in interface com.acrolinx.javasdk.api.report.PositionalInformation
 
isDuplicate() - Method in interface com.acrolinx.javasdk.api.report.SpellingFlag
 
isDuplicatedWordFlag(Flag) - Static method in class com.acrolinx.javasdk.gui.inlinecheck.FlagUtil
 
isElementNode() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isElementNode() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isEmbedCheckingStatus() - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionSettings
 
isEmptyElement() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isEmptyElement() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isEmptyElement(String) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckInlineCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.CheckWithCorrectionDialogCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.EditMarkingCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.NextMainMenuCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.PreviousMainMenuCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
isEnabled() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryTextHandler
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryToggleHandler
 
isEnabled() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ToggleHandler
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
isEnabled() - Method in class com.acrolinx.javasdk.gui.swt.adapter.ToggleHandlerSwtButtonAdapter
 
isEndOffsetInclusive() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingIndex
 
isEndOffsetInclusive() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingIndex
 
isEntityReference() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isEntityReference() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
IServiceRegistry - Interface in com.acrolinx.services.registry
This class was generated by the JAX-WS RI.
isExcluded() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Block
 
isExplicitlyExcluded(String) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
isExplicitlyIncluded(String) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
isFinished() - Method in enum com.acrolinx.javasdk.api.server.adapter.AggregationState
 
isFinished(CheckStatus.State) - Static method in enum com.acrolinx.javasdk.api.server.CheckStatus.State
 
isFinished() - Method in enum com.acrolinx.javasdk.api.server.CheckStatus.State
 
isFinished - Variable in class com.acrolinx.services.v6.terminology.RestoreDumpResult
 
isGrammarCheckActive() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
isGrammarCheckActive() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
isGrammarCheckActive() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
isGrammarCheckingAvailable() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
isGrammarCheckingAvailable() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
isIndented() - Method in class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
isIndented() - Method in class com.acrolinx.javasdk.gui.commands.impl.ReplaceCommand
 
isIndented() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
isIndented() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
isIndented() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
isIndented() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
isIndented() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
isIsComplete() - Method in class com.acrolinx.services.v4.checking.RequestDescription
Gets the value of the isComplete property.
isIsComplete() - Method in class com.acrolinx.services.v5.checking.RequestDescription
Gets the value of the isComplete property.
isIsFinished() - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResult
Gets the value of the isFinished property.
isIsReady() - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Gets the value of the isReady property.
isLicensingException(Exception) - Static method in class com.acrolinx.javasdk.api.exceptions.ExceptionUtils
 
isLicensingExceptionOfType(Exception, int...) - Static method in class com.acrolinx.javasdk.api.exceptions.ExceptionUtils
 
isLink() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isLink() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isMarkingsDisplayed() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
isMarkingsDisplayed() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
Checks if markings are displayed.
isMarkingsDisplayed() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
isMulti() - Method in enum com.acrolinx.javasdk.gui.MarkingType
 
isNameOfAdmittedTermStateCustomized() - Method in interface com.acrolinx.javasdk.api.server.capabilities.LanguageCapabilities
Checks if name of admitted term state is customized.
isNameOfAdmittedTermStateCustomized() - Method in class com.acrolinx.javasdk.core.server.adapter.LanguageCapabilitiesImpl
 
isNameOfAdmittedTermStateCustomized() - Method in class com.acrolinx.javasdk.gui.dialogs.options.NullLanguageCapabilities
 
isNeedsDeleteWordCommand(Flag) - Static method in class com.acrolinx.javasdk.gui.inlinecheck.FlagUtil
 
isNoBreakElement(String) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
isParenthetic() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isParenthetic() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isParentheticElement(String) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
isPermanent() - Method in class com.acrolinx.services.v3.core.LicensingFault
Gets the value of the permanent property.
isProcessingInstruction() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isProcessingInstruction() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isProxyUseAuthentification() - Method in interface com.acrolinx.javasdk.api.server.ProxySettings
isProxyUseAuthentification() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
isReadOnly() - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.Block
 
isReadOnly() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isReadOnly() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isReadOnly(Key) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
isReadOnly(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
 
isReadOnly(Set<Range>) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
This method is used to verify if a replacement could be applied or the edit command could be performed.
isReadOnly(Key) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingsImpl
 
isReadOnly(Key) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
isReadOnly(Key) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
isReadOnly(Key) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Markings
 
isReadOnly(Set<Range>) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
isReady - Variable in class com.acrolinx.services.v6.terminology.DumpCreationResult
 
isReturn() - Method in class com.acrolinx.services.v3.core.IsUserSelfRegistrationEnabledResponse
Gets the value of the return property.
isReturn() - Method in class com.acrolinx.services.v4.user.HasNamedPrivilegeResponse
Gets the value of the return property.
isReuseCheckActive() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
isReuseCheckActive() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
isReuseCheckActive() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
isReuseCheckingAvailable() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
isReuseCheckingAvailable() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
isReuseFlag(Flag) - Static method in class com.acrolinx.javasdk.gui.inlinecheck.FlagUtil
 
isRunning(CheckStatus.State) - Static method in enum com.acrolinx.javasdk.api.server.CheckStatus.State
 
isRunning() - Method in enum com.acrolinx.javasdk.api.server.CheckStatus.State
 
isSampleValue() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionSettings
 
isSampleValue() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionSettings
 
isSentenceBreakElement(String) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
isSeo() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isSEOCheckActive() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
isSEOCheckActive() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
isSEOCheckActive() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
isSEOCheckingAvailable() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
isSEOCheckingAvailable() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
isSet() - Method in class com.acrolinx.javasdk.gui.threading.proxy.FutureValue
 
isShouldBeComparativeChecked(FileName) - Method in interface com.acrolinx.javasdk.gui.checking.SessionHistory
 
isShouldBeComparativeChecked(FileName) - Method in class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
isShowExtension(DocumentSession) - Method in interface com.acrolinx.javasdk.gui.extensions.ExtensionFilter
 
isShowingDetails() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
isShowingDetails() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
isShowingDetails() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
isShowText() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
isShowText() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainMenuCommandListBuilder
 
isShowText() - Method in class com.acrolinx.javasdk.gui.commands.factories.ToolbarCommandListBuilder
 
isShowText() - Method in class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
isShowText() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
 
isShowText() - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.SeparatorCommand
 
isShowText() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.AbstractLocalizedCommand
 
isShowText() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
isShowToolTips() - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
isSkippedElement() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isSkippedElement() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isSoftSkipping() - Method in interface com.acrolinx.javasdk.api.extraction.Document
 
isSoftSkipping() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocument
 
isSoftSkipping() - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
isSpellCheckingAvailable() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
isSpellCheckingAvailable() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
isSpellingCheckActive() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
isSpellingCheckActive() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
isSpellingCheckActive() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
isStacktraceContainsAnAcrolinxClass(Class<?>...) - Method in class com.acrolinx.javasdk.core.util.ReflectionUtil
 
isStepMode() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
isStepMode() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
Checks if isStepMode is on.
isStepMode() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
isStepMode() - Method in interface com.acrolinx.javasdk.gui.settings.plugin.PluginSettings
 
isStepMode() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
isStoreInReportingDb() - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Gets the value of the storeInReportingDb property.
isStoreInReportingDb() - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Gets the value of the storeInReportingDb property.
isStoreInReportingDb() - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Gets the value of the storeInReportingDb property.
isStoreInReportingDb() - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Gets the value of the storeInReportingDb property.
isStyleCheckActive() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
isStyleCheckActive() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
isStyleCheckActive() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
isStyleCheckingAvailable() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
isStyleCheckingAvailable() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
isSucceeded() - Method in enum com.acrolinx.javasdk.api.server.adapter.AggregationState
 
isSupportsStepMode() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
isSupportsStepMode() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
Checks if isStepMode is supported by current DocumentSessionController implementation.
isSupportsStepMode() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
isSynthetical() - Method in enum com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail.Type
 
isTermHarvestActive() - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
isTermHarvestActive() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
isTermHarvestActive() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
isTermHarvesting() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
isTermHarvestingAvailable() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
isTermHarvestingAvailable() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
isTextNode() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
isTextNode() - Method in interface com.acrolinx.javasdk.core.extraction.CommonDOMFacade
 
isUseHardExclusion() - Method in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
 
isUseHardExclusion() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
isUseHardExclusion() - Method in class com.acrolinx.javasdk.gui.actions.CheckCapabilitiesImpl
 
isUseHardExclusion() - Method in interface com.acrolinx.javasdk.gui.checking.CheckCapabilities
 
isUseHardExclusion() - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Gets the value of the useHardExclusion property.
isUseHardExclusion() - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Gets the value of the useHardExclusion property.
isUserCredentialRelated() - Method in exception com.acrolinx.javasdk.api.exceptions.AuthorizationFailedException
 
isUserSelfRegistrationEnabled() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
isUserSelfRegistrationEnabled() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
isUserSelfRegistrationEnabled() - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
isUserSelfRegistrationEnabled() - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
isUserSelfRegistrationEnabled() - Method in interface com.acrolinx.services.v3.core.ICoreService
 
IsUserSelfRegistrationEnabled - Class in com.acrolinx.services.v3.core
Java class for isUserSelfRegistrationEnabled complex type.
IsUserSelfRegistrationEnabled() - Constructor for class com.acrolinx.services.v3.core.IsUserSelfRegistrationEnabled
 
IsUserSelfRegistrationEnabledResponse - Class in com.acrolinx.services.v3.core
Java class for isUserSelfRegistrationEnabledResponse complex type.
IsUserSelfRegistrationEnabledResponse() - Constructor for class com.acrolinx.services.v3.core.IsUserSelfRegistrationEnabledResponse
 
isUseServerSideXmlExtraction() - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformation
 
isUseServerSideXmlExtraction() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
isValuePresent() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatusValue
 
isVisible() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
isWithSchema() - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Gets the value of the withSchema property.
isWrapped(Object) - Static method in class com.acrolinx.javasdk.gui.threading.proxy.ThreadSyncWrapperAndLocalizationSetter
 
ItemStringComparator<ItemType> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The ItemStringComparator compares items by rendering the items to strings and comparing the strings.
ItemStringComparator(ListController.ItemRenderer<ItemType>) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.ItemStringComparator
 
iterator() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
iterator() - Method in class com.acrolinx.javasdk.core.server.MetaInfoImpl
 
ITerminologyService - Interface in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
IUserService - Interface in com.acrolinx.services.v4.user
This class was generated by the JAX-WS RI.

J

japanese() - Static method in class com.acrolinx.javasdk.api.check.Languages
 
JAVA_DOCUMENT_TYPE_IDENTIFIER - Static variable in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.JavaFileTextPaneExtractor
The DocumentTypeIdentifier for java documents.
JAVA_DOCUMENT_TYPE_IDENTIFIER - Static variable in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.JavaFileStyledTextExtractor
The DocumentTypeIdentifier for java documents.
JavaDocumentFactory - Class in com.acrolinx.javasdk.core.extraction
A factory for creating BlockDocumentBuilder for java documents.
JavaDocumentFactory(DocumentsFactory) - Constructor for class com.acrolinx.javasdk.core.extraction.JavaDocumentFactory
 
JavaFileStyledTextExtractor - Class in com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction
The JavaFileStyledTextExtractor extracts the content of a StyledText and uses a java document to segment and filter the text to check.
JavaFileStyledTextExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.JavaFileStyledTextExtractor
 
JavaFileTextPaneExtractor - Class in com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor
The JavaFileTextPaneExtractor extracts the content of a JTextPane and uses a java document to segment and filter the text to check.
JavaFileTextPaneExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.JavaFileTextPaneExtractor
 
JavaSDKVersion - Class in com.acrolinx.javasdk.core.version
JavaSDKVersion loads the current version information from the version.properties file and impl-version.properties file bundled in the jar.
JOptionPanePresenter - Class in com.acrolinx.javasdk.gui.swing.dialogs.messagebox
The class JOptionPanePresenter is a presenter presenting a JOptionPane.
JOptionPanePresenter() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.JOptionPanePresenter
 

K

Key - Class in com.acrolinx.javasdk.gui.checking.inline
The class Key is used for identifying a marking by the integration and the Acrolinx Java SDK.
Key() - Constructor for class com.acrolinx.javasdk.gui.checking.inline.Key
 
keys - Variable in class com.acrolinx.services.v3.feedback.MetaInfo
 
keys - Variable in class com.acrolinx.services.v4.checking.MetaInfo
 
keys - Variable in class com.acrolinx.services.v4.feedback.MetaInfo
 
keys - Variable in class com.acrolinx.services.v5.checking.MetaInfo
 
Keyword - Class in com.acrolinx.javasdk.api.check
A Keyword is a key word for SEO checking..
Keyword(String) - Constructor for class com.acrolinx.javasdk.api.check.Keyword
 
KeywordControlsImpl - Class in com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords
 
KeywordControlsImpl(JTextField, JButton, JButton, JButton, JLabel) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeywordControlsImpl
 
KeywordControlsImpl - Class in com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords
 
KeywordControlsImpl(Text, Label, Label, Label, Label) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeywordControlsImpl
 
keywordList - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
keywordList - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
KeywordList - Class in com.acrolinx.services.v5.checking
Java class for KeywordList complex type.
KeywordList() - Constructor for class com.acrolinx.services.v5.checking.KeywordList
 
KeywordList.Words - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
KeywordList.Words() - Constructor for class com.acrolinx.services.v5.checking.KeywordList.Words
 
KeywordListStore - Interface in com.acrolinx.javasdk.gui.sessions
The KeywordListStore stores and loads keywords for a document.
Keywords - Class in com.acrolinx.javasdk.api.check
A factory for creating Keywords.
Keywords() - Constructor for class com.acrolinx.javasdk.api.check.Keywords
 
KeyWordsDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords
 
KeyWordsDialog() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
Create the dialog.
KeyWordsDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords
 
KeyWordsDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
Creates the dialog.
KeyWordsDialogCallback - Interface in com.acrolinx.javasdk.gui.dialogs.seo.keywords
The KeyWordsDialogCallback is the callback of a present of the key-words-dialog presented by KeyWordsDialogPresenter.presentKeyWordsDialog(KeyWordsModel, KeyWordsDialogCallback).
KeyWordsDialogPresenter - Interface in com.acrolinx.javasdk.gui
The KeyWordsDialogPresenter presents a key-words-dialog.
KeyWordsModel - Class in com.acrolinx.javasdk.gui.dialogs.seo.keywords
The KeyWordsModel contains all values of a key-words-dialog.
KeyWordsModel(List<Keyword>) - Constructor for class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsModel
 
KeyWordsPresenter - Class in com.acrolinx.javasdk.gui.dialogs.seo.keywords
KeyWordsPresenter(ImageResourceLoader, Localizer) - Constructor for class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter
 
KeyWordsPresenter.KeywordControls - Interface in com.acrolinx.javasdk.gui.dialogs.seo.keywords
KeyWordsPresenter.KeyWordsView - Interface in com.acrolinx.javasdk.gui.dialogs.seo.keywords
The KeyWordsPresenter.KeyWordsView the view for entering the keywords.

L

Language - Class in com.acrolinx.javasdk.api.check
The class Language wraps the Acrolinx Server two-letter-language code.
Language(String) - Constructor for class com.acrolinx.javasdk.api.check.Language
 
language - Variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
The source language ID that must match the searched term, or null for any language.
language - Variable in class com.acrolinx.services.v6.terminology.FindTermsRequest
 
LanguageCapabilities - Interface in com.acrolinx.javasdk.api.server.capabilities
The server capabilities for a given Language.
LanguageCapabilitiesImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
LanguageCapabilitiesImpl(Language, Set<RuleSetCapabilities>, String) - Constructor for class com.acrolinx.javasdk.core.server.adapter.LanguageCapabilitiesImpl
 
languageId - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
 
languageId - Variable in class com.acrolinx.services.v4.checking.AvailableLanguagesResult.LanguageIds
 
languageId - Variable in class com.acrolinx.services.v4.checking.CheckSettings
 
languageId - Variable in class com.acrolinx.services.v4.checking.GetLanguageCapabilities
 
languageId - Variable in class com.acrolinx.services.v4.checking.LanguageOptionsResult
 
languageId - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
 
languageId - Variable in class com.acrolinx.services.v5.checking.AvailableLanguagesResult.LanguageIds
 
languageId - Variable in class com.acrolinx.services.v5.checking.CheckSettings
 
languageId - Variable in class com.acrolinx.services.v5.checking.GetLanguageCapabilities
 
languageId - Variable in class com.acrolinx.services.v5.checking.LanguageOptionsResult
 
languageIds - Variable in class com.acrolinx.services.v4.checking.AvailableLanguagesResult
 
languageIds - Variable in class com.acrolinx.services.v5.checking.AvailableLanguagesResult
 
LanguageOptionsResult - Class in com.acrolinx.services.v4.checking
Java class for LanguageOptionsResult complex type.
LanguageOptionsResult() - Constructor for class com.acrolinx.services.v4.checking.LanguageOptionsResult
 
LanguageOptionsResult - Class in com.acrolinx.services.v5.checking
Java class for LanguageOptionsResult complex type.
LanguageOptionsResult() - Constructor for class com.acrolinx.services.v5.checking.LanguageOptionsResult
 
LanguageOptionsResult.ReuseHarvestingSentenceBankIds - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
LanguageOptionsResult.ReuseHarvestingSentenceBankIds() - Constructor for class com.acrolinx.services.v4.checking.LanguageOptionsResult.ReuseHarvestingSentenceBankIds
 
LanguageOptionsResult.ReuseHarvestingSentenceBankIds - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
LanguageOptionsResult.ReuseHarvestingSentenceBankIds() - Constructor for class com.acrolinx.services.v5.checking.LanguageOptionsResult.ReuseHarvestingSentenceBankIds
 
LanguageOptionsResult.RuleSetCapabilities - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
LanguageOptionsResult.RuleSetCapabilities() - Constructor for class com.acrolinx.services.v4.checking.LanguageOptionsResult.RuleSetCapabilities
 
LanguageOptionsResult.RuleSetCapabilities - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
LanguageOptionsResult.RuleSetCapabilities() - Constructor for class com.acrolinx.services.v5.checking.LanguageOptionsResult.RuleSetCapabilities
 
Languages - Class in com.acrolinx.javasdk.api.check
A factory for creating Languages.
languageServerInstance - Variable in class com.acrolinx.services.v4.checking.CheckDocumentResult
 
languageServerInstance - Variable in class com.acrolinx.services.v5.checking.CheckDocumentResult
 
LAST_CORNER_KEY - Static variable in class com.swtdesigner.SWTResourceManager
Internal value.
lastMessageRequestTimeInMilliseconds() - Method in interface com.acrolinx.javasdk.core.server.adapter.BroadcastMessageResult
 
lastMessageRequestTimeInMilliseconds() - Method in class com.acrolinx.javasdk.core.server.adapter.BroadcastMessageResultImpl
 
lastRequestTimeInMilliseconds - Variable in class com.acrolinx.services.v3.core.GetBroadcastMessages
 
LatexFileStyledTextExtractor - Class in com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction
The LatexFileStyledTextExtractor extracts the content of a StyledText and uses a latex document to segment and filter the text to check.
LatexFileStyledTextExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.LatexFileStyledTextExtractor
 
LatexFileTextPaneExtractor - Class in com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor
The LatexFileTextPaneExtractor extracts the content of a JTextPane and uses a latex document to segment and filter the text to check.
LatexFileTextPaneExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.LatexFileTextPaneExtractor
 
licensedModule - Variable in class com.acrolinx.services.v3.core.ServerVersionResult.LicensedModules
 
licensedModules - Variable in class com.acrolinx.services.v3.core.ServerVersionResult
 
licensingAuthenticatePrivilege(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
licensingAuthenticatePrivilege(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.UserServiceV6Stub
 
licensingAuthenticatePrivilege(String, String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
licensingAuthenticatePrivilege(String, String) - Method in interface com.acrolinx.javasdk.core.server.UserService
 
LicensingException - Exception in com.acrolinx.javasdk.api.exceptions
The Class LicensingException wraps all licensing exceptions that may occur on an Acrolinx Server.
LicensingException(String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.LicensingException
 
LicensingException(String, Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.LicensingException
 
LicensingFault - Class in com.acrolinx.services.v3.core
Java class for LicensingFault complex type.
LicensingFault() - Constructor for class com.acrolinx.services.v3.core.LicensingFault
 
LicensingFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
LicensingFault_Exception(String, LicensingFault) - Constructor for exception com.acrolinx.services.v3.core.LicensingFault_Exception
 
LicensingFault_Exception(String, LicensingFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.LicensingFault_Exception
 
LIGHT_GRAY - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant LIGHT_GRAY.
link(String, String) - Method in class com.acrolinx.javasdk.core.extraction.SimpleDOMNode.Factory
 
LinkButton - Class in com.acrolinx.javasdk.gui.swing.extensions
 
LinkButton() - Constructor for class com.acrolinx.javasdk.gui.swing.extensions.LinkButton
 
LinkLabel - Class in com.acrolinx.javasdk.gui.swt.extensions
 
LinkLabel(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.extensions.LinkLabel
 
LIST_ELEMENT_SEPARATOR - Static variable in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
LIST_ELEMENT_SEPARATOR_PATTERN - Static variable in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
ListBoxUtil - Class in com.acrolinx.javasdk.gui.swing
The class ListBoxUtil is used to easily access JList.
ListController<T> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The class ListController is used to control a ListHandler on a higher level.
ListController.ItemRenderer<T> - Interface in com.acrolinx.javasdk.gui.dialogs.handler.controller
The interface ItemRenderer converts any object of type T into a string.
Listener - Interface in com.acrolinx.javasdk.gui.dialogs.callbacks
The interface Listener is used to get notified if an event is fired.
ListHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ListHandler is used to access GUI lists.
load() - Method in class com.acrolinx.javasdk.core.storage.FileBasedStore
 
load() - Method in interface com.acrolinx.javasdk.core.storage.PropertiesStore
 
load(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoreImpl
 
load() - Method in interface com.acrolinx.javasdk.gui.storage.check.DocumentCheckSettingsStore
 
load() - Method in class com.acrolinx.javasdk.gui.storage.check.PropertiesDocumentCheckSettingsStore
 
load() - Method in class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl
 
load(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoreImpl
 
load() - Method in class com.acrolinx.javasdk.gui.storage.MemoryDocumentCheckSettingsStore
 
load() - Method in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsStoreImpl
 
load() - Method in class com.acrolinx.javasdk.gui.storage.ServerPropertiesStore
 
load() - Method in class com.acrolinx.javasdk.gui.storage.StringBasedPropertiesStoreProxy
 
load(ConnectionSettings) - Method in interface com.acrolinx.javasdk.storage.CheckSettingsProvider
 
load() - Method in interface com.acrolinx.javasdk.storage.ConnectionSettingsStore
Loads the ConnectionSettings from a store.
load(ConnectionSettings) - Method in interface com.acrolinx.javasdk.storage.ExtensionSettingsProvider
 
load() - Method in interface com.acrolinx.javasdk.storage.PluginSettingsStore
 
loadHistory() - Method in class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl
 
loadHistory() - Method in interface com.acrolinx.javasdk.storage.ConnectionSettingsHistoryStore
 
loadPluginSettings() - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
loadProperty(String) - Method in interface com.acrolinx.javasdk.api.storage.ApplicationStore
Load property as string should load the expected property as string.
loadProperty(String) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.storage.EclipseStore
 
Localize - Annotation Type in com.acrolinx.javasdk.localization
Indicates if an element should be localized.
LocalizedCancelableProgressMonitor - Class in com.acrolinx.javasdk.gui.dialogs.progress
The class LocalizedCancableProgressMonitor is a CancelableProgressMonitor where the message will be localized.
LocalizedCancelableProgressMonitor(CancelableProgressMonitor, Localizer) - Constructor for class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
localizedLanguageName - Variable in class com.acrolinx.services.v4.checking.AvailableLanguagesResult.LocalizedLanguageNames
 
localizedLanguageName - Variable in class com.acrolinx.services.v5.checking.AvailableLanguagesResult.LocalizedLanguageNames
 
localizedLanguageNames - Variable in class com.acrolinx.services.v4.checking.AvailableLanguagesResult
 
localizedLanguageNames - Variable in class com.acrolinx.services.v5.checking.AvailableLanguagesResult
 
Localizer - Interface in com.acrolinx.javasdk.localization
The interface Localizer supports a method providing the localization for a localization key.
LocalizerImpl - Class in com.acrolinx.javasdk.localization
The class LocalizerImpl is the default Localizer implementation.
LocalizerImpl(ResourceBundleFactory) - Constructor for class com.acrolinx.javasdk.localization.LocalizerImpl
 
localizers() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
LocalizersFactory - Class in com.acrolinx.javasdk.gui
A factory for creating Localizers.
LocalizersFactory() - Constructor for class com.acrolinx.javasdk.gui.LocalizersFactory
 
Location - Class in com.acrolinx.javasdk.api.client
A Location is a point.
Location(int, int) - Constructor for class com.acrolinx.javasdk.api.client.Location
 
Log4JHandler - Class in com.acrolinx.javasdk.gui.dialogs.options
The class Log4JHandler is used for displaying and configuring log4j logging options.
Log4jLoggerFactory - Class in com.acrolinx.javasdk.core.factory
 
Log4jLoggerFactory() - Constructor for class com.acrolinx.javasdk.core.factory.Log4jLoggerFactory
 
LoggerFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating Log objects.
lookup(ServerEndpointConfiguration) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServiceRegistry
 
lookup(ServerEndpointConfiguration) - Method in interface com.acrolinx.javasdk.core.server.adapter.ServiceRegistry
 
lookup(ServerEndpointConfiguration) - Method in class com.acrolinx.javasdk.core.server.adapter.SoapServiceRegistry
 
lookupLinkedTerms(String, LookupLinkedTermsRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
LookupLinkedTerms - Class in com.acrolinx.services.v6.terminology
Java class for lookupLinkedTerms complex type.
LookupLinkedTerms() - Constructor for class com.acrolinx.services.v6.terminology.LookupLinkedTerms
 
LookupLinkedTermsRequest - Class in com.acrolinx.services.v6.terminology
Java class for LookupLinkedTermsRequest complex type.
LookupLinkedTermsRequest() - Constructor for class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
 
LookupLinkedTermsResponse - Class in com.acrolinx.services.v6.terminology
Java class for lookupLinkedTermsResponse complex type.
LookupLinkedTermsResponse() - Constructor for class com.acrolinx.services.v6.terminology.LookupLinkedTermsResponse
 
lookupServer(ServerEndpointConfiguration) - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxClient
Creates a new ServerEndpoint.

M

MAGENTA - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant MAGENTA.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
Launch the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
Launch the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
Launches the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
Launches the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
Launches the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
Launches the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
Launch the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.sample.multi.SwingMultiDocumentWindow
Launch the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.sample.simple.SwingSimpleWindow
Launch the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swing.sample.SwingMainWindow
Launches the application.
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
main(String[]) - Static method in class com.acrolinx.javasdk.gui.swt.sample.SwtMainWindow
Launches the application.
MainCommandFactory - Class in com.acrolinx.javasdk.gui.commands.factories
A factory for creating commands for the main menu and toolbar used by MainCommandListBuilder.
MainCommandFactory(Localizer, GuiCheckController, ImageResourceLoader) - Constructor for class com.acrolinx.javasdk.gui.commands.factories.MainCommandFactory
 
MainCommandListBuilder - Class in com.acrolinx.javasdk.gui.commands.factories
The class MainCommandListBuilder is used for building a list of commands for the main menu and toolbar.
MainCommandListBuilder(MainCommandFactory, SessionProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
MainCommandListBuilder.Commands - Enum in com.acrolinx.javasdk.gui.commands.factories
The Enum Commands used by main menu and toolbar.
MainMenuCommandListBuilder - Class in com.acrolinx.javasdk.gui.commands.factories
The class MainMenuCommandListBuilder builds a list of commands for the main menu, see MainCommandListBuilder.
MainMenuCommandListBuilder(MainCommandFactory, SessionProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.factories.MainMenuCommandListBuilder
 
MainMenuToolbarViewSwingAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class MainMenuToolbarViewSwingAdapter creates a Java SDK menu on a swing JToolBar.
MainMenuToolbarViewSwingAdapter(JToolBar) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.MainMenuToolbarViewSwingAdapter
 
MainMenuToolbarViewSwtAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class MainMenuToolbarViewSwtAdapter creates a Java SDK menu on an SWT ToolBar.
MainMenuToolbarViewSwtAdapter(ToolBar) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
MainMenuViewSwingAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class MainMenuViewSwingAdapter creates a Java SDK menu on a swing JMenu.
MainMenuViewSwingAdapter(JMenu) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.MainMenuViewSwingAdapter
 
MainMenuViewSwtAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class MainMenuToolbarViewSwtAdapter creates a Java SDK menu on an SWT Menu.
MainMenuViewSwtAdapter(Menu) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
mark(Marking) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
mark(Marking) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
This method is called for each marking in your text.
mark(Marking) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingsImpl
 
mark(Marking) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
mark(Marking) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
mark(Marking) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Markings
 
Marking - Interface in com.acrolinx.javasdk.gui.checking.inline
The interface Marking is used for marking Flags in document.
MarkingColor - Class in com.acrolinx.javasdk.api.client
The MarkingColor is a color class like the AWT-color.
MarkingColor(int) - Constructor for class com.acrolinx.javasdk.api.client.MarkingColor
Instantiates a new marking color.
MarkingColor(int, boolean) - Constructor for class com.acrolinx.javasdk.api.client.MarkingColor
Instantiates a new marking color.
MarkingColor(int, int, int) - Constructor for class com.acrolinx.javasdk.api.client.MarkingColor
Instantiates a new marking color.
MarkingColor(int, int, int, int) - Constructor for class com.acrolinx.javasdk.api.client.MarkingColor
Instantiates a new marking color.
MarkingColorProvider - Interface in com.acrolinx.javasdk.gui
The interface MarkingColorProvider is used to get colors for markings.
MarkingColorProvider.Util - Class in com.acrolinx.javasdk.gui
The class MarkingColorProvider.Util provides util methods for frequently needed MarkingColorProvider operations.
MarkingColorProvider.Util() - Constructor for class com.acrolinx.javasdk.gui.MarkingColorProvider.Util
 
MarkingController - Interface in com.acrolinx.javasdk.gui.checking.inline
The interface MarkingController is used for mapping between flags and markings and provides methods for easily dealing with markings.
MarkingControllerImpl - Class in com.acrolinx.javasdk.gui.checking.inline
The class MarkingControllerImpl is the default implementation of MarkingController.
MarkingImpl - Class in com.acrolinx.javasdk.gui.checking.inline
The class MarkingImpl is the default Marking implementation.
MarkingImpl(int, int, MarkingColor, Key, MarkingType) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.MarkingImpl
 
MarkingNavigator - Interface in com.acrolinx.javasdk.gui.sessions.impl
A MarkingNavigator is used by Acrolinx Java SDK to navigate through the markings.
MarkingNavigator.Direction - Enum in com.acrolinx.javasdk.gui.sessions.impl
The enum Direction declares the direction in which the flags are visited.
markingNavigators() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
MarkingNavigatorsFactory - Class in com.acrolinx.javasdk.gui.sessions
A factory for creating MarkingNavigators.
MarkingNavigatorsFactory() - Constructor for class com.acrolinx.javasdk.gui.sessions.MarkingNavigatorsFactory
 
markings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
Markings - Interface in com.acrolinx.javasdk.gui.sessions.impl
The interface Markings is used to handle markings of a document.
MarkingsFactory - Class in com.acrolinx.javasdk.gui.sessions
A factory for creating Markings.
MarkingsFactory() - Constructor for class com.acrolinx.javasdk.gui.sessions.MarkingsFactory
 
MarkingStore - Interface in com.acrolinx.javasdk.gui.sessions.impl
The MarkingStore is used to store and restore the markings of the document if the toggle markings command is executed.
markingStoreFactory() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
MarkingStoreFactory - Class in com.acrolinx.javasdk.gui.sessions
The MarkingStoreFactory is used to create MarkingStores.
MarkingStoreFactory() - Constructor for class com.acrolinx.javasdk.gui.sessions.MarkingStoreFactory
 
MarkingType - Enum in com.acrolinx.javasdk.gui
The enum MarkingType is an enum of all possible types of marking provided by the Acrolinx Java SDK.
Match - Class in com.acrolinx.javasdk.core.internal.reportpojo
 
Match(int, int, String) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.Match
 
max(Range, Range) - Method in class com.acrolinx.javasdk.core.extraction.RangeComparator
 
maxRulePriority - Variable in class com.acrolinx.services.v4.checking.CheckSettings
 
maxRulePriority - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities
 
maxRulePriority - Variable in class com.acrolinx.services.v5.checking.CheckSettings
 
maxRulePriority - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities
 
MemoryButtonHandler - Class in com.acrolinx.javasdk.gui.dialogs.handler
The class MemoryButtonHandler is used if a GUI implementation must mock a ButtonHandler because of GUI restrictions or other reasons.
MemoryColorHandler - Class in com.acrolinx.javasdk.gui.dialogs.handler
The MemoryColorHandler is some kind of Mock object.
MemoryDocumentCheckSettingsStore - Class in com.acrolinx.javasdk.gui.storage
The MemoryDocumentCheckSettingsStore stores the settings just in memory.
MemoryDocumentCheckSettingsStore(AcrolinxFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.MemoryDocumentCheckSettingsStore
 
MemoryHandlerFactory - Class in com.acrolinx.javasdk.gui.dialogs.handler
A factory for creating MemoryHandler objects.
MemoryHandlerFactory() - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.MemoryHandlerFactory
 
MemoryKeyWordListStore - Class in com.acrolinx.javasdk.gui.sessions
The MemoryKeyWordListStore stores the keywords in memory.
MemoryKeyWordListStore() - Constructor for class com.acrolinx.javasdk.gui.sessions.MemoryKeyWordListStore
 
MemorySingleSelectionListHandler - Class in com.acrolinx.javasdk.gui.dialogs.handler
The Class MemorySingleSelectionListHandler.
MemorySingleSelectionListHandler(boolean) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
MemoryStoreProvider - Class in com.acrolinx.javasdk.gui.storage
MemoryStoreProvider(PropertiesStore) - Constructor for class com.acrolinx.javasdk.gui.storage.MemoryStoreProvider
Instantiates a new memory store provider.
MemoryTextHandler - Class in com.acrolinx.javasdk.gui.dialogs.handler
The class MemoryTextHandler is used by GUI implementations which must mock a TextHandler because of GUI restrictions or other reasons.
MemoryToggleHandler - Class in com.acrolinx.javasdk.gui.dialogs.handler
The Class CheckBoxHandlerMock.
MemoryToggleHandler() - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.MemoryToggleHandler
 
MenuPresenter - Class in com.acrolinx.javasdk.gui.dialogs.menu
The MenuPresenter uses a MenuPresenter.MenuView to display a menu or toolbar.
MenuPresenter(Localizer) - Constructor for class com.acrolinx.javasdk.gui.dialogs.menu.MenuPresenter
 
MenuPresenter.MenuView - Interface in com.acrolinx.javasdk.gui.dialogs.menu
The MenuPresenter.MenuView is used to display a main menu or tool bar.
merge(MarkingController) - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
Merges the marking controller with the other.
merge(MarkingController) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
mergeClassifiedSuggestionsIntoNormalTextOnlySuggestions() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
Merge classified suggestions into normal text only suggestions.
Message - Class in com.acrolinx.services.v3.core
Java class for Message complex type.
Message() - Constructor for class com.acrolinx.services.v3.core.Message
 
MessageBoxButtons - Enum in com.acrolinx.javasdk.gui.dialogs.messagebox
The enum MessageBoxButtons is used to define which buttons should be displayed in a message box.
MessageBoxButtonsHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface MessageBoxButtonsHandler is used to display buttons for message boxes.
MessageBoxDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.messagebox
The class MessageBoxDialog is a swing implementation of MessageBoxPresenter.MessageBoxView using a JOptionPanePresenter to present a JOptionPane as message box.
MessageBoxDialog(JOptionPanePresenter) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
MessageBoxDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.messagebox
The class MessageBoxDialog is an SWT implementation of the MessageBoxPresenter.MessageBoxView for presenting message boxes.
MessageBoxDialog(MessageBoxFactory, Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
MessageBoxDialogPresenter - Interface in com.acrolinx.javasdk.gui
The interface MessageBoxDialogPresenter is used for presenting message boxes.
MessageBoxFactory - Class in com.acrolinx.javasdk.gui.swt.dialogs.messagebox
A factory for creating MessageBox objects.
MessageBoxFactory() - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxFactory
 
MessageBoxIcon - Enum in com.acrolinx.javasdk.gui.dialogs.messagebox
The enum MessageBoxIcon is used to define which icon should be displayed.
MessageBoxIconHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface MessageBoxIconHandler is used to display icons for message boxes.
MessageBoxPresenter - Class in com.acrolinx.javasdk.gui.dialogs.messagebox
The class MessageBoxPresenter presents a MessageBoxPresenter.MessageBoxModel on a MessageBoxPresenter.MessageBoxView.
MessageBoxPresenter(Localizer) - Constructor for class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter
 
MessageBoxPresenter.MessageBoxModel - Class in com.acrolinx.javasdk.gui.dialogs.messagebox
The class MessageBoxModel is used by MessageBoxPresenter to display a message box.
MessageBoxPresenter.MessageBoxModel(String, String) - Constructor for class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
MessageBoxPresenter.MessageBoxView - Interface in com.acrolinx.javasdk.gui.dialogs.messagebox
The interface MessageBoxView is used by MessageBoxPresenter to present a MessageBoxPresenter.MessageBoxModel.
MetaInfo - Interface in com.acrolinx.javasdk.api.server
The MetaInfo is used by DictionaryEntry to specify meta information for the DictionaryEntry.
MetaInfo - Class in com.acrolinx.services.v3.feedback
Java class for MetaInfo complex type.
MetaInfo() - Constructor for class com.acrolinx.services.v3.feedback.MetaInfo
 
metaInfo - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
 
metaInfo - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
metaInfo - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
MetaInfo - Class in com.acrolinx.services.v4.checking
Java class for MetaInfo complex type.
MetaInfo() - Constructor for class com.acrolinx.services.v4.checking.MetaInfo
 
MetaInfo - Class in com.acrolinx.services.v4.feedback
Java class for MetaInfo complex type.
MetaInfo() - Constructor for class com.acrolinx.services.v4.feedback.MetaInfo
 
metaInfo - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
 
metaInfo - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
metaInfo - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
MetaInfo - Class in com.acrolinx.services.v5.checking
Java class for MetaInfo complex type.
MetaInfo() - Constructor for class com.acrolinx.services.v5.checking.MetaInfo
 
MetaInfoBuilder - Interface in com.acrolinx.javasdk.api.factory
The MetaInfoBuilder is used to create MetaInfo.
MetaInfoBuilderImpl - Class in com.acrolinx.javasdk.core.server
 
MetaInfoBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.server.MetaInfoBuilderImpl
 
MetaInfoBuilderImpl(MetaInfo) - Constructor for class com.acrolinx.javasdk.core.server.MetaInfoBuilderImpl
 
MetaInfoImpl - Class in com.acrolinx.javasdk.core.server
 
MetaInfoImpl() - Constructor for class com.acrolinx.javasdk.core.server.MetaInfoImpl
 
metaInfos() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
metaInfos() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
metaInfos() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
MetaInfosFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating MetaInfos objects.
MetaInfosFactoryImpl - Class in com.acrolinx.javasdk.core.server
 
MetaInfosFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.server.MetaInfosFactoryImpl
 
min(Range, Range) - Method in class com.acrolinx.javasdk.core.extraction.RangeComparator
 
MnemonicCharUtil - Class in com.acrolinx.javasdk.gui.swing.adapter
The class MnemonicCharUtil is used to clean the mnemonic char (&) from text and extract the char from text.
MoreSuggestionsCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class MoreSuggestionsCommand adds a sub-menu to the context-menu that contains a number of ReplaceCommands.
MoreSuggestionsCommand(Localizer, ImageResourceLoader, Listener, Flag, Key, InlineCheckDocumentSessionController, List<Suggestion>) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.MoreSuggestionsCommand
 
mouseClicked(MouseEvent) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextPaneRightClickMouseAdapter
 
mouseUp(MouseEvent) - Method in class com.acrolinx.javasdk.gui.swt.adapter.StyledTextRightClickMouseAdapter
 
moveToEndIfExists(T) - Method in class com.acrolinx.javasdk.gui.checking.RingBufferMap
 
MultiColumnListController<ItemType> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The MultiColumnListController controls a MultiColumnListHandler by mapping domain-specific items to view-specific items.
MultiColumnListController(ListController.ItemRenderer<ItemType>, MultiColumnListHandler, boolean, Column...) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiColumnListController
 
MultiColumnListHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The MultiColumnListHandler extends a ListHandler to have columns.
MultiColumnListHandlerSwtTableAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
 
MultiColumnListHandlerSwtTableAdapter(Table) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
MultiSelectionListController<T> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The class MultiSelectionListController controls a list where more than one object can be selected.
MultiSelectionListController(ListController.ItemRenderer<T>, MultiSelectionListHandler, boolean, ClickHandler) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiSelectionListController
 
MultiSelectionListHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface MultiSelectionListHandler is used for ListHandler where more than one value could be selected.
MultiSelectionListHandlerSwingListAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
MultiSelectionListHandlerSwingListAdapter(JList<Object>) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.MultiSelectionListHandlerSwingListAdapter
 
MultiSelectionListHandlerSwtTableAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class MultiSelectionListHandlerSwtTableAdapter adapts an SWT Table to the MultiSelectionListHandler interface.
MultiSelectionListHandlerSwtTableAdapter(Table) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.MultiSelectionListHandlerSwtTableAdapter
 

N

name - Variable in class com.acrolinx.services.v3.core.ClientInfo
 
name - Variable in class com.acrolinx.services.v4.checking.ContextInfo
 
name - Variable in class com.acrolinx.services.v4.checking.RequestDescription
 
name - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities
 
name - Variable in class com.acrolinx.services.v5.checking.ContextInfo
 
name - Variable in class com.acrolinx.services.v5.checking.RequestDescription
 
name - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities
 
NamedButtonHandlerSwingButtonAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
NamedButtonHandlerSwingButtonAdapter(JButton) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.NamedButtonHandlerSwingButtonAdapter
 
NamedButtonHandlerSwtButtonAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
NamedButtonHandlerSwtButtonAdapter(Button) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.NamedButtonHandlerSwtButtonAdapter
 
NamedHandler<T> - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface NamedHandler is a caption handler for another handler.
NamedToggleHandlerSwtAdapter - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
The class NamedToggleHandlerSwtAdapter adapts an SWT Button to a NamedHandler with a ToggleHandler.
NamedToggleHandlerSwtAdapter(Button) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.NamedToggleHandlerSwtAdapter
 
NamedToggleSwingToggleButtonAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
NamedToggleSwingToggleButtonAdapter(JToggleButton) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.NamedToggleSwingToggleButtonAdapter
 
needToShowResultDialog(boolean) - Method in enum com.acrolinx.javasdk.gui.ShowResultStrategy
 
NetUtils - Class in com.acrolinx.javasdk.api.util
The NetUtils is used to query the local host name.
newAuthor(String) - Static method in class com.acrolinx.javasdk.api.extraction.Authors
 
newFormat(String) - Static method in class com.acrolinx.javasdk.api.extraction.FileFormats
 
newHttpHandler() - Static method in class com.acrolinx.javasdk.api.util.URLStreamHandlers
 
newHttpsHandler() - Static method in class com.acrolinx.javasdk.api.util.URLStreamHandlers
 
newKeyword(String) - Static method in class com.acrolinx.javasdk.api.check.Keywords
 
newKeywords(String...) - Static method in class com.acrolinx.javasdk.api.check.Keywords
 
newLanguage(String) - Static method in class com.acrolinx.javasdk.api.check.Languages
 
NEWLINE - Static variable in class com.acrolinx.javasdk.gui.util.TextUtil
The constant NEWLINE is a shortcut to the system newline (System.getProperty("line.separator")).
newRuleSet(String) - Static method in class com.acrolinx.javasdk.api.check.RuleSets
 
newScope(String) - Static method in class com.acrolinx.javasdk.api.extraction.CheckScopes
 
newTermSet(String) - Static method in class com.acrolinx.javasdk.api.check.TermSets
 
newUser(String) - Static method in class com.acrolinx.javasdk.api.server.Users
 
newUserWithPassword(String, String) - Static method in class com.acrolinx.javasdk.api.server.Users
 
next() - Method in class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper.DOMIterator
 
NextCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class NextCommand steps to the next marking.
NextCommand(Localizer, ImageResourceLoader, boolean, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.NextCommand
 
NextCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class NextCommandClickHandler steps to the next marking.
NextCommandClickHandler(DocumentSessionControllerProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.NextCommandClickHandler
 
NextMainMenuCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class NextMainMenuCommand steps to the next marking.
NextMainMenuCommand(Localizer, ImageResourceLoader, boolean, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.NextMainMenuCommand
 
nextSibling() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
nextSibling() - Method in interface com.acrolinx.javasdk.core.extraction.ChildSiblingIterable
 
NO_RESULT - Static variable in class com.acrolinx.javasdk.api.server.adapter.CheckType
The No Result should be returned to client.
noCheckSettingsSpecified(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
NoCoreServerRunningException - Exception in com.acrolinx.javasdk.api.exceptions
The NoCoreServerRunningException is thrown if no core server answers on specified host name.
NoCoreServerRunningException(String, Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.NoCoreServerRunningException
 
noLangServerFound(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
none() - Static method in class com.acrolinx.javasdk.api.extraction.CheckScopes
 
none() - Method in interface com.acrolinx.javasdk.api.factory.SingleSignOnConfigurations
 
NONE - Static variable in interface com.acrolinx.javasdk.api.server.SingleSignOnConfiguration
 
none() - Method in class com.acrolinx.javasdk.core.server.SingleSignOnConfigurationFactoryImpl
 
NoOpCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class NoOpCommand is a command with a ClickHandler.NULL click handler.
NoOpCommand(String, boolean) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.NoOpCommand
 
noRuleSetSelected(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
noServerSpecified(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
NoSuchAuthTokenFault - Class in com.acrolinx.services.v3.core
Java class for NoSuchAuthTokenFault complex type.
NoSuchAuthTokenFault() - Constructor for class com.acrolinx.services.v3.core.NoSuchAuthTokenFault
 
NoSuchAuthTokenFault - Class in com.acrolinx.services.v4.user
Java class for NoSuchAuthTokenFault complex type.
NoSuchAuthTokenFault() - Constructor for class com.acrolinx.services.v4.user.NoSuchAuthTokenFault
 
NoSuchAuthTokenFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
NoSuchAuthTokenFault_Exception(String, NoSuchAuthTokenFault) - Constructor for exception com.acrolinx.services.v3.core.NoSuchAuthTokenFault_Exception
 
NoSuchAuthTokenFault_Exception(String, NoSuchAuthTokenFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.NoSuchAuthTokenFault_Exception
 
NoSuchAuthTokenFault_Exception - Exception in com.acrolinx.services.v4.user
This class was generated by the JAX-WS RI.
NoSuchAuthTokenFault_Exception(String, NoSuchAuthTokenFault) - Constructor for exception com.acrolinx.services.v4.user.NoSuchAuthTokenFault_Exception
 
NoSuchAuthTokenFault_Exception(String, NoSuchAuthTokenFault, Throwable) - Constructor for exception com.acrolinx.services.v4.user.NoSuchAuthTokenFault_Exception
 
NoSuchCheckIdFault - Class in com.acrolinx.services.v4.checking
Java class for NoSuchCheckIdFault complex type.
NoSuchCheckIdFault() - Constructor for class com.acrolinx.services.v4.checking.NoSuchCheckIdFault
 
NoSuchCheckIdFault - Class in com.acrolinx.services.v5.checking
Java class for NoSuchCheckIdFault complex type.
NoSuchCheckIdFault() - Constructor for class com.acrolinx.services.v5.checking.NoSuchCheckIdFault
 
NoSuchCheckIdFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
NoSuchCheckIdFault_Exception(String, NoSuchCheckIdFault) - Constructor for exception com.acrolinx.services.v4.checking.NoSuchCheckIdFault_Exception
 
NoSuchCheckIdFault_Exception(String, NoSuchCheckIdFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.NoSuchCheckIdFault_Exception
 
NoSuchCheckIdFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
NoSuchCheckIdFault_Exception(String, NoSuchCheckIdFault) - Constructor for exception com.acrolinx.services.v5.checking.NoSuchCheckIdFault_Exception
 
NoSuchCheckIdFault_Exception(String, NoSuchCheckIdFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.NoSuchCheckIdFault_Exception
 
NoSuchCheckResultException - Exception in com.acrolinx.javasdk.api.exceptions
 
NoSuchCheckResultException(String, Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.NoSuchCheckResultException
 
NoSuchCheckResultFault - Class in com.acrolinx.services.v4.checking
Java class for NoSuchCheckResultFault complex type.
NoSuchCheckResultFault() - Constructor for class com.acrolinx.services.v4.checking.NoSuchCheckResultFault
 
NoSuchCheckResultFault - Class in com.acrolinx.services.v5.checking
Java class for NoSuchCheckResultFault complex type.
NoSuchCheckResultFault() - Constructor for class com.acrolinx.services.v5.checking.NoSuchCheckResultFault
 
NoSuchCheckResultFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
NoSuchCheckResultFault_Exception(String, NoSuchCheckResultFault) - Constructor for exception com.acrolinx.services.v4.checking.NoSuchCheckResultFault_Exception
 
NoSuchCheckResultFault_Exception(String, NoSuchCheckResultFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.NoSuchCheckResultFault_Exception
 
NoSuchCheckResultFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
NoSuchCheckResultFault_Exception(String, NoSuchCheckResultFault) - Constructor for exception com.acrolinx.services.v5.checking.NoSuchCheckResultFault_Exception
 
NoSuchCheckResultFault_Exception(String, NoSuchCheckResultFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.NoSuchCheckResultFault_Exception
 
NoSuchUserInAuthTokenFault - Class in com.acrolinx.services.v3.core
Java class for NoSuchUserInAuthTokenFault complex type.
NoSuchUserInAuthTokenFault() - Constructor for class com.acrolinx.services.v3.core.NoSuchUserInAuthTokenFault
 
NoSuchUserInAuthTokenFault - Class in com.acrolinx.services.v4.user
Java class for NoSuchUserInAuthTokenFault complex type.
NoSuchUserInAuthTokenFault() - Constructor for class com.acrolinx.services.v4.user.NoSuchUserInAuthTokenFault
 
NoSuchUserInAuthTokenFault_Exception - Exception in com.acrolinx.services.v3.core
This class was generated by the JAX-WS RI.
NoSuchUserInAuthTokenFault_Exception(String, NoSuchUserInAuthTokenFault) - Constructor for exception com.acrolinx.services.v3.core.NoSuchUserInAuthTokenFault_Exception
 
NoSuchUserInAuthTokenFault_Exception(String, NoSuchUserInAuthTokenFault, Throwable) - Constructor for exception com.acrolinx.services.v3.core.NoSuchUserInAuthTokenFault_Exception
 
NoSuchUserInAuthTokenFault_Exception - Exception in com.acrolinx.services.v4.user
This class was generated by the JAX-WS RI.
NoSuchUserInAuthTokenFault_Exception(String, NoSuchUserInAuthTokenFault) - Constructor for exception com.acrolinx.services.v4.user.NoSuchUserInAuthTokenFault_Exception
 
NoSuchUserInAuthTokenFault_Exception(String, NoSuchUserInAuthTokenFault, Throwable) - Constructor for exception com.acrolinx.services.v4.user.NoSuchUserInAuthTokenFault_Exception
 
noTermSetsSelected(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
NotificationsDialogBox - Class in com.acrolinx.javasdk.gui.swing.dialogs.messagebox
 
NotificationsDialogBox(IconUtil) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
NotificationsDialogBox - Class in com.acrolinx.javasdk.gui.swt.dialogs.messagebox
 
NotificationsDialogBox(Shell, ImageUtil) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
Create the dialog.
NotificationsPresenter - Class in com.acrolinx.javasdk.gui
NotificationsPresenter(List<BroadcastMessage>, ImageResourceLoader, Localizer) - Constructor for class com.acrolinx.javasdk.gui.NotificationsPresenter
 
NotificationsPresenter.NotificationsView - Interface in com.acrolinx.javasdk.gui
The NotificationsPresenter.NotificationsView is presented by NotificationsPresenter to display notifications.
NotifyingClickHandler - Class in com.acrolinx.javasdk.gui.dialogs.handler
The class NotifyingClickHandler notifies before and after clicks.
NotifyingClickHandler(ClickHandler, Listener, Listener) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.NotifyingClickHandler
 
NotifyingCommand - Class in com.acrolinx.javasdk.gui.dialogs.menu
The class NotifyingCommand fires an event before the ClickHandler will be clicked.
NotifyingCommand(Command, Listener) - Constructor for class com.acrolinx.javasdk.gui.dialogs.menu.NotifyingCommand
 
NotifyingInlineCheckCallback - Class in com.acrolinx.javasdk.gui.commands.handler
The NotifyingInlineCheckCallback notifies a Listener at finish of checks with InlineCheckCallback.
NotifyingInlineCheckCallback(Listener, InlineCheckCallback) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
noUserNameSpecified(Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
NULL - Static variable in class com.acrolinx.javasdk.api.check.RuleSet
The NULL object for the RuleSet.
NULL - Static variable in interface com.acrolinx.javasdk.api.checksettings.CheckSettings
 
NULL - Static variable in interface com.acrolinx.javasdk.api.checksettings.DocumentCheckSettings
The NULL object for DocumentCheckSettings.
NULL - Static variable in interface com.acrolinx.javasdk.api.extraction.AdditionalData
The null object for AdditionalData specifying no additional data.
NULL - Static variable in interface com.acrolinx.javasdk.api.extraction.Document
NULL - Static variable in interface com.acrolinx.javasdk.api.extraction.documents.block.Range
A null range.
NULL - Static variable in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
The NULL object for DocumentsFactory.
NULL() - Method in interface com.acrolinx.javasdk.api.extraction.DocumentsFactory
 
NULL - Static variable in interface com.acrolinx.javasdk.api.factory.AcrolinxClient
A null client.
NULL() - Method in interface com.acrolinx.javasdk.api.factory.AdditionalDatasFactory
 
NULL() - Method in interface com.acrolinx.javasdk.api.factory.CheckInformationsFactory
 
NULL() - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationsFactory
 
NULL() - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsFactory
 
NULL() - Method in interface com.acrolinx.javasdk.api.factory.DocumentCheckSettingsFactory
 
NULL - Static variable in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfiguration
The null object of ServerEndpointConfiguration.
NULL() - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfigurationsFactory
 
NULL - Static variable in interface com.acrolinx.javasdk.api.report.CheckingInformation
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.report.CheckingScope
The NULL CheckingScope.
NULL - Static variable in interface com.acrolinx.javasdk.api.report.FlagGroupId
Null object for FlagGroupId
NULL - Static variable in interface com.acrolinx.javasdk.api.report.FlagSummary
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.report.GroupId
The NULL GroupId object.
NULL - Static variable in interface com.acrolinx.javasdk.api.report.Report
The NULL object for a report.
NULL - Static variable in interface com.acrolinx.javasdk.api.report.ReportSummary
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.report.SuggestionGroupId
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.adapter.Aggregation
 
NULL - Static variable in interface com.acrolinx.javasdk.api.server.adapter.AggregationResult
 
NULL - Static variable in interface com.acrolinx.javasdk.api.server.adapter.Check
The NULL object of a check.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
The Constant NULL.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.adapter.ProgressMonitor
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.adapter.TerminologyAdapter
The NULL object for TerminologyAdapter.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.BroadcastMessage
The NULL object for BroadcastMessage.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.capabilities.LanguageCapabilities
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.capabilities.RuleSetCapabilities
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.capabilities.ServerCapabilities
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.capabilities.ServerVersion
Dummy version with version 'unknown' and build number 'unknown'.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.CheckResult
The NULL object for CheckResult.
NULL - Static variable in class com.acrolinx.javasdk.api.server.CheckStatus
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.ClientProperties
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.ConnectionSettings
The constant NULL is a null object for ConnectionSettings.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.Privileges
The NULL privileges each method returning false.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.ServerConnection
The NULL object for ServerConnection.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.ServerEndpoint
The NULL object for ServerEndpoint.
NULL - Static variable in interface com.acrolinx.javasdk.api.server.UserAdapter
The NULL object for UserAdapter.
NULL - Static variable in interface com.acrolinx.javasdk.api.storage.ApplicationStore
The null ApplicationStore does not store and loads nothing.
NULL() - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsFactoryImpl
 
NULL() - Method in class com.acrolinx.javasdk.core.client.ClientInformationsFactoryImpl
 
NULL() - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDatasFactoryImpl
 
NULL() - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationsFactoryImpl
 
NULL() - Method in class com.acrolinx.javasdk.core.extraction.DocumentsFactoryImpl
 
NULL - Static variable in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail
The NULL object for DocumentTypeIdentifier.Detail.
NULL - Static variable in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
NULL - Static variable in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
NULL - Static variable in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings.DocumentTypeFilterSettings
 
NULL - Static variable in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings
 
NULL - Static variable in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings.DocumentTypeSegmentationSettings
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings
The NULL object for SegmentationExtensionSettings.
NULL - Static variable in interface com.acrolinx.javasdk.core.server.adapter.BroadcastMessageResult
The null object for BroadcastMessageResult.
NULL - Static variable in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
The NULL object for server version.
NULL() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsFactoryImpl
 
NULL() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationsFactoryImpl
 
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.CheckCallback
The NULL-CheckCallback does nothing when it receives the callback from the CheckAdapter.
NULL - Static variable in class com.acrolinx.javasdk.gui.checking.CheckHistoryEntry
The NULL object for CheckHistoryEntry.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.dialog.CorrectionDialogCheckCallback
The constant NULL is a null object singleton for CorrectionDialogCheckCallback.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.dialog.CorrectionDialogCheckSession
The NULL implementation of CorrectionDialogCheckSession.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
The constant NULL is a null object for InlineCheckCallback and ignores all method calls.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckSession
The NULL object for InlineCheckSession.
NULL - Static variable in class com.acrolinx.javasdk.gui.checking.inline.Key
The Constant Null is a null object singleton.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.inline.Marking
The constant Null is a null object singleton.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
The constant Null is a null object singleton of MarkingController.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingIndex
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingList
The NULL-OffsetMarkingList doing nothing.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.PrepareCheckCallback
The Constant NULL is the null object singleton for PrepareCheckCallback.
NULL - Static variable in interface com.acrolinx.javasdk.gui.checking.SessionHistory
The Null-SessionHistory does not store anything.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.callbacks.Listener
The constant NULL is a null object singleton of for Listener, doing nothing.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.callbacks.OkCancelDialogCallback
The constant NULL is a null object for OkCancelDialogCallback.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.Command
The constant NULL is a null object singleton of Command doing nothing and returning empty values.
NULL - Static variable in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
The NULL object for Chunk.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.handler.ClickHandler
The constant NULL is a null object singleton of ClickHandler, doing nothing.
NULL - Static variable in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
The constant NULL is a null object implementation of a MemoryButtonHandler.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.options.OptionDialogCallback
The constant NULL is a null object doing nothing.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.options.PresentationCallback
The constant NULL is a null object singleton of PresentationCallback.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.options.ServerChangeListener
The ServerChangeListener.NULL is the null object singleton of ServerChangeListener.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.progress.CancelableProgressMonitor
The constant NULL is a null object of CancelableProgressMonitor.
NULL - Static variable in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
The constant NULL is a null object implementation of LocalizedCancelableProgressMonitor .
NULL - Static variable in class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsModel
The NULL object for KeyWordsModel.
NULL - Static variable in interface com.acrolinx.javasdk.gui.dialogs.views.DialogPositioningStrategy
The
NULL - Static variable in interface com.acrolinx.javasdk.gui.extensions.ClientExtensionProvider
The constant NULL is the null object of ClientExtensionProvider returning an empty set.
NULL - Static variable in interface com.acrolinx.javasdk.gui.extensions.segmentation.TagListProvider
The NULL object of TagListProvider.
NULL() - Method in class com.acrolinx.javasdk.gui.GuiControllersFactory
 
NULL - Static variable in interface com.acrolinx.javasdk.gui.GuiUpdateListener
If you have no status relevant GUI-components you could use GuiUpdateListener.NULL.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionController
The constant NULL is the null object singleton for CorrectionDialogCheckDocumentSessionController.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
The constant NULL is the null object for DocumentSessionController.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionController
The constant NULL is a null object singleton of InlineCheckDocumentSessionController.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.DocumentSession
The NULL object.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.DocumentSessionProvider
The NULL object for DocumentSessionProvider providing The DocumentSession.NULL.
NULL() - Method in class com.acrolinx.javasdk.gui.sessions.DocumentSessionProvidersFactory
 
NULL() - Method in class com.acrolinx.javasdk.gui.sessions.DocumentSessionsFactory
 
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.event.DocumentSessionListener
The NULL object for DocumentSessionListener.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator
The NULL MarkingNavigator could be used if the integration should not be able to navigate through the markings.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.impl.Markings
The NULL Markings could be used if the integration should support checking and displaying the report only.
NULL - Static variable in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingStore
If your integration does not support a toggle button you could use MarkingStore.NULL instead of implementing an own store.
NULL() - Method in class com.acrolinx.javasdk.gui.sessions.MarkingNavigatorsFactory
 
NULL() - Method in class com.acrolinx.javasdk.gui.sessions.MarkingsFactory
 
NULL - Static variable in interface com.acrolinx.javasdk.gui.settings.client.ClientSettings
The constant NULL is a null object for ClientSettings.
NULL - Static variable in interface com.acrolinx.javasdk.gui.settings.extension.ExtensionSettings
The NULL object for ExtensionSettings.
NULL - Static variable in interface com.acrolinx.javasdk.gui.settings.plugin.PluginSettings
The constant NULL is a null object singleton of PluginSettings.
NULL() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsFactory
 
NULL - Static variable in interface com.acrolinx.javasdk.gui.storage.check.DocumentCheckSettingsStore
The NULL object for DocumentCheckSettingsStore: Stores nothing, loads nothing.
NULL - Static variable in interface com.acrolinx.javasdk.localization.Localizer
The constant NULL is a null localizer.
NullCheckSettings - Class in com.acrolinx.javasdk.gui
The class NullCheckSettings is a null object implementation of CheckSettings.
NullDocumentSessionController - Class in com.acrolinx.javasdk.gui.sessions.controller
The class NullDocumentSessionController is the null object for DocumentSessionController.
NullDocumentSessionController() - Constructor for class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
NullFlag - Class in com.acrolinx.javasdk.gui
The class NullFlag is a null object for Flag.
NullLanguageCapabilities - Class in com.acrolinx.javasdk.gui.dialogs.options
The class NullLanguageCapabilities is a null object implementation of LanguageCapabilities.
NullServerCapabilities - Class in com.acrolinx.javasdk.gui
The class NullServerCapabilities is a null object implementation of ServerCapabilities, doing nothing.
numberOfActuallyImportedTerms - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
 
numberOfActuallyRemovedTerms - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
 
numberOfTotallyExportedTerms - Variable in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
 
numberOfTotallyReadTerms - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
 

O

ObjectFactory - Class in com.acrolinx.services.registry
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.registry package.
ObjectFactory() - Constructor for class com.acrolinx.services.registry.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.registry
ObjectFactory - Class in com.acrolinx.services.v3.core
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.v3.core package.
ObjectFactory() - Constructor for class com.acrolinx.services.v3.core.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.v3.core
ObjectFactory - Class in com.acrolinx.services.v3.feedback
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.v3.feedback package.
ObjectFactory() - Constructor for class com.acrolinx.services.v3.feedback.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.v3.feedback
ObjectFactory - Class in com.acrolinx.services.v4.checking
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.v4.checking package.
ObjectFactory() - Constructor for class com.acrolinx.services.v4.checking.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.v4.checking
ObjectFactory - Class in com.acrolinx.services.v4.feedback
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.v4.feedback package.
ObjectFactory() - Constructor for class com.acrolinx.services.v4.feedback.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.v4.feedback
ObjectFactory - Class in com.acrolinx.services.v4.user
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.v4.user package.
ObjectFactory() - Constructor for class com.acrolinx.services.v4.user.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.v4.user
ObjectFactory - Class in com.acrolinx.services.v5.checking
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.v5.checking package.
ObjectFactory() - Constructor for class com.acrolinx.services.v5.checking.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.v5.checking
ObjectFactory - Class in com.acrolinx.services.v6.terminology
This object contains factory methods for each Java content interface and Java element interface generated in the com.acrolinx.services.v6.terminology package.
ObjectFactory() - Constructor for class com.acrolinx.services.v6.terminology.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.acrolinx.services.v6.terminology
OffsetBasedSessionComponentFactory<DocumentType extends Document> - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
A DocumentSessionComponentFactory for creating offset based integrations.
OffsetBasedSessionComponentFactory(GuiFactory, OffsetComponentFactory, OffsetCalculatorFactory<DocumentType>) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetBasedSessionComponentFactory
 
OffsetCalculator - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The OffsetCalculator is used to calculate the AbsoluteRange containing the absolute offsets in the original document.
OffsetCalculatorFactories - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The OffsetCalculatorFactories are used to create OffsetCalculatorFactorys for several types of Documents.
OffsetCalculatorFactories(GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculatorFactories
 
offsetCalculatorFactories() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
OffsetCalculatorFactory<DocumentType extends Document> - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
A factory for creating OffsetCalculator objects.
OffsetCalculatorImpl<PositionInDocumentType> - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The OffsetCalculatorImpl calculates a set of AbsoluteRanges for a given Marking using a Function mapping Document parts original positions to integer.
OffsetCalculatorImpl(DocumentPartMapping<PositionInDocumentType>, Function<PositionInDocumentType, Integer>) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetCalculatorImpl
 
offsetCalculators() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
OffsetCalculators - Class in com.acrolinx.javasdk.gui.sessions
The OffsetCalculators are used to create OffsetCalculators for several types of Documents.
OffsetCalculators() - Constructor for class com.acrolinx.javasdk.gui.sessions.OffsetCalculators
 
OffsetComponentFactory - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
A factory for creating components of an offset based integration.
OffsetEditorView - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The OffsetEditorView is a bridge to the applications document.
OffsetMarkingIndex - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The OffsetMarkingIndex is holing or calculating a mapping between key and absolute ranges in original document.
OffsetMarkingList - Interface in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The OffsetMarkingList painting and holding a list of highlights created on the AbsoluteRanges in the document.
OffsetMarkingNavigator - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
 
OffsetMarkingNavigator(OffsetMarkingIndex, OffsetEditorView) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingNavigator
 
OffsetMarkingsImpl - Class in com.acrolinx.javasdk.gui.checking.inline.markings.offset
The OffsetMarkingsImpl provides the Markings-functionality for offset based integrations.
OffsetMarkingsImpl(OffsetCalculator, OffsetMarkingList, OffsetEditorView) - Constructor for class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingsImpl
 
Offsets - Class in com.acrolinx.services.v5.checking
Java class for offsets complex type.
Offsets() - Constructor for class com.acrolinx.services.v5.checking.Offsets
 
OkCancelDialogCallback - Interface in com.acrolinx.javasdk.gui.dialogs.callbacks
The interface OkCancelDialogCallback is used if a dialog has standard onOk / onCancel buttons.
onActivate(Key) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
onActivate(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
This method is called when the user clicks on the next or previous marking.
onActivate(Key) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
onActivate(Key) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
onAfterCheck(CorrectionDialogCheckDocumentSessionController) - Method in interface com.acrolinx.javasdk.gui.checking.dialog.CorrectionDialogCheckCallback
onAfterCheck is called when the user clicks 'OK' in the corrections dialog.
onAfterCheck(CorrectionDialogCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
onAfterMarking(InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
onAfterMarking(InlineCheckDocumentSessionController) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
onAfterMarking is called when all calls to InlineCheckCallback.mark(Marking) are done.
onAfterMarking(InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
onAfterMarking(InlineCheckDocumentSessionController) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
onApplicationClosing() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
onBeforeCancel() - Method in class com.acrolinx.javasdk.gui.dialogs.callbacks.AbstractDialogCallback
 
onBeforeCancel() - Method in interface com.acrolinx.javasdk.gui.dialogs.callbacks.DefaultDialogCallback
Called before DialogCallback.onCancel() is called.
onBeforeFileRemoved(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentsChangedListener
 
onBeforeFileRemoved(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentsChangedListener
 
onBeforeMarking(Map<MarkingType, MarkingColor>) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
onBeforeMarking(Map<MarkingType, MarkingColor>) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
onBeforeMarking is called once before InlineCheckCallback.mark(Marking) is called several times.
onBeforeMarking(Map<MarkingType, MarkingColor>) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
onBeforeMarking(Map<MarkingType, MarkingColor>) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
onBeforeOk() - Method in class com.acrolinx.javasdk.gui.dialogs.callbacks.AbstractDialogCallback
 
onBeforeOk() - Method in interface com.acrolinx.javasdk.gui.dialogs.callbacks.DefaultDialogCallback
Called before OkCancelDialogCallback.onOk() is called.
onCancel() - Method in class com.acrolinx.javasdk.gui.actions.CheckingOptionDialogCallback
 
onCancel() - Method in class com.acrolinx.javasdk.gui.actions.CorrectionDialogCheckingCheckCallback
 
onCancel() - Method in class com.acrolinx.javasdk.gui.actions.InlineCheckingCheckCallback
 
onCancel() - Method in class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
onCancel() - Method in class com.acrolinx.javasdk.gui.actions.StoringAndCheckingKeywordDialogCallback
 
onCancel() - Method in interface com.acrolinx.javasdk.gui.checking.CheckCallback
 
onCancel() - Method in interface com.acrolinx.javasdk.gui.checking.dialog.CorrectionDialogCheckCallback
Called when the user cancels the corrections dialog or the check.
onCancel() - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
onCancel() - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
onCancel is called when the user canceled the check.
onCancel() - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
onCancel() - Method in class com.acrolinx.javasdk.gui.dialogs.callbacks.AbstractDialogCallback
onCancel() - Method in interface com.acrolinx.javasdk.gui.dialogs.callbacks.DialogCallback
Called if Cancel, Close, or X button is pressed.
onCancel() - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.position.ContextMenuPositionCallback
 
onCancel() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
onCheckTextMouseClick(MouseEvent) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextPaneRightClickMouseAdapter
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.AboutCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.CheckWithCorrectionDialogClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.ContributeTermCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.FlagHelpCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.FlagLocalHelpCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.HelpCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.IgnoreFlagCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.InlineCheckClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.NextCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.PreviousCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.RecheckSelectionCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.ReplaceInWholeDocumentCommandWithQuestionClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.SetMenuPositionCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.ShowOptionsClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.ShowReportHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.SubmitDictionaryEntryCommandClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.ToggleMarkingsClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.commands.handler.ToggleStepModeCommandClickHandler
 
onClick() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ClickHandler
 
onClick() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.NotifyingClickHandler
 
onClickCopyToClipboard() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
onClickCopyToClipboard() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
onClickCopyToClipboard() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
onEdit(Key) - Method in interface com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionController
Call this method before the plug-in edits a marking.
onEmbedCheckingStatus(CheckingStatus) - Method in interface com.acrolinx.javasdk.gui.checking.dialog.CorrectionDialogCheckCallback
onEmbedCheckingStatus is called after onAfterMarking if AdvancedOptionsExtensionSettings.isEmbedCheckingStatus()
onEmbedCheckingStatus(CheckingStatus) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
onEmbedCheckingStatus(CheckingStatus) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
onEmbedCheckingStatus is called after onAfterMarking if AdvancedOptionsExtensionSettings.isEmbedCheckingStatus() This information can be used for off-line reviewing the checking status of a document by adding the status information to the document itself.
onEmbedCheckingStatus(CheckingStatus) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
onEmbedCheckingStatus(CheckingStatus) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
onEvent() - Method in interface com.acrolinx.javasdk.gui.dialogs.callbacks.Listener
 
onEvent(DocumentSession) - Method in class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionActivatedHandler
 
onEvent(DocumentSession) - Method in class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionBeforeClosedHandler
 
onEvent(FileName) - Method in class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionClosedListener
 
onEvent(DocumentSession) - Method in class com.acrolinx.javasdk.gui.sessions.event.DocumentSessionCreatedListener
 
onEvent(DocumentSession) - Method in interface com.acrolinx.javasdk.gui.sessions.event.DocumentSessionListener
 
onEvent(FileName) - Method in interface com.acrolinx.javasdk.gui.sessions.event.FileNameListener
 
onFailure() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.PresentationCallback
 
onFileActivated(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentsChangedListener
 
onFileActivated(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentsChangedListener
 
onFileAdded(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentsChangedListener
 
onFileAdded(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentsChangedListener
 
onFileChanged(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentsChangedListener
 
onFileChanged(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentsChangedListener
 
onFileRemoved(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentsChangedListener
 
onFileRemoved(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentsChangedListener
 
OnlyDocumentProvidingTextPrepareCheckCallback - Class in com.acrolinx.javasdk.gui.checking
The class OnlyDocumentProvidingTextPrepareCheckCallback is a TextPrepareCheckCallback implementation removing no markings.
OnlyDocumentProvidingTextPrepareCheckCallback(String) - Constructor for class com.acrolinx.javasdk.gui.checking.OnlyDocumentProvidingTextPrepareCheckCallback
 
onMenuPositionSet(Area) - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.position.ContextMenuPositionCallback
 
onNew() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentStore
 
onNew() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentStore
 
onNewColorSelected(MarkingColor) - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ColorDialogCallback
 
onOk() - Method in interface com.acrolinx.javasdk.gui.dialogs.callbacks.OkCancelDialogCallback
onOk is called if OK button is pressed.
onOpen(File) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentStore
 
onOpen(File) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentStore
 
onOpenHelp(WebPagePresenter) - Method in interface com.acrolinx.javasdk.gui.commands.handler.HelpCommandCallback
The integration should open the help file.
onOpenHelp(WebPagePresenter) - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleHelpCommandCallback
This Method opens an Acrolinx Java SDK integration-specific help.
onOpenHelp(WebPagePresenter) - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleHelpCommandCallback
This Method opens an Acrolinx Java SDK integration-specific help.
onOpenTopspin() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentStore
 
onOpenTopspin() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentStore
 
onPreviousChunk() - Method in class com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter
 
onRemoveCheckingStatus() - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
onRemoveCheckingStatus() - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
onRemoveCheckingStatus is called before onBeforeMarking to remove a checking status that might have been embedded in former checks.
onRemoveCheckingStatus() - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
onRemoveCheckingStatus() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
onSave(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentStore
 
onSave(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentStore
 
onSaveAs(HostAppDocument, File) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentStore
 
onSaveAs(HostAppDocument, File) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentStore
 
onServerChanged() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerChangeListener
 
onServerChangeFailed(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ServerChangeListener
 
onSessionClosed(FileName) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
onSuccess(String, int, CheckResult, ClientSettings, CachedPrivileges, ServerConnection, ClientProperties) - Method in class com.acrolinx.javasdk.gui.actions.CorrectionDialogCheckingCheckCallback
 
onSuccess(String, int, CheckResult, ClientSettings, CachedPrivileges, ServerConnection, ClientProperties) - Method in class com.acrolinx.javasdk.gui.actions.InlineCheckingCheckCallback
 
onSuccess(String, int, CheckResult, ClientSettings, CachedPrivileges, ServerConnection, ClientProperties) - Method in interface com.acrolinx.javasdk.gui.checking.CheckCallback
 
onSuccess() - Method in interface com.acrolinx.javasdk.gui.dialogs.options.PresentationCallback
 
onUpdatedOnClick(Set<Key>) - Method in class com.acrolinx.javasdk.gui.commands.handler.IgnoreMarkingClickHandler
 
onUpdatedOnClick(Set<Key>) - Method in class com.acrolinx.javasdk.gui.commands.handler.ReplaceCommandClickHandler
 
open(File) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.SwingMultiDocumentWindow
 
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
Opens the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
Opens the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
Opens the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
Opens the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
Opens the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
Opens the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.SwtMultiDocumentWindow
Open the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.sample.simple.SwtSimpleWindow
Open the dialog.
open() - Method in class com.acrolinx.javasdk.gui.swt.sample.SwtMainWindow
Opens the window.
OptionContentPresenter - Class in com.acrolinx.javasdk.gui.dialogs.options
The class OptionContentPresenter presents only the controls in the option dialog without OK and Cancel button.
OptionContentPresenter(ClientSettings, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, Localizer, ClientSettingsValidator, ProgressRunner, Log4JHandler, ConnectionSettingsHistoryStore, ExtractionCheck, ServerSideSettingsProvider) - Constructor for class com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter
 
OptionContentPresenter.CheckTabView - Interface in com.acrolinx.javasdk.gui.dialogs.options
The OptionContentPresenter.CheckTabView is the Part of the OptionContentPresenter.OptionContentView displaying all check settings.
OptionContentPresenter.ColorFrameView - Interface in com.acrolinx.javasdk.gui.dialogs.options
OptionContentPresenter.LoggingFrameView - Interface in com.acrolinx.javasdk.gui.dialogs.options
OptionContentPresenter.OptionContentView - Interface in com.acrolinx.javasdk.gui.dialogs.options
The Interface OptionContentView is used by OptionContentPresenter to present ClientSettings.
OptionContentPresenter.PluginTabView - Interface in com.acrolinx.javasdk.gui.dialogs.options
The OptionContentPresenter.PluginTabView is the part of OptionContentPresenter.OptionContentView displaying the plug-in settings.
OptionContentPresenter.ServerFrameView - Interface in com.acrolinx.javasdk.gui.dialogs.options
The OptionContentPresenter.ServerFrameView displays the server name.
OptionContentPresenterFactory - Class in com.acrolinx.javasdk.gui.swt.eclipse.dialogs
A factory for creating OptionContentPresenter objects.
OptionContentPresenterFactory() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.OptionContentPresenterFactory
 
OptionDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.option
The class OptionDialog is a swing implementation of OptionPresenter.OptionView.
OptionDialog() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
Creates the dialog.
OptionDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
The class OptionDialog is the SWT implementation of OptionPresenter.OptionView.
OptionDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
Creates the dialog.
OptionDialogCallback - Interface in com.acrolinx.javasdk.gui.dialogs.options
The interface OptionDialogCallback is the DialogCallback of the OptionPresenter.
OptionDialogCallbackCollection - Class in com.acrolinx.javasdk.gui.actions
The OptionDialogCallbackCollection is used to manage a collection of OptionDialogCallbacks.
OptionDialogCallbackCollection() - Constructor for class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
OptionDialogCallbackProvider - Interface in com.acrolinx.javasdk.gui
The interface OptionDialogCallbackProvider provides functions to create a OptionDialogCallback .
OptionHandler - Class in com.acrolinx.javasdk.gui.swt.eclipse.handlers
Our sample handler extends AbstractHandler, an IHandler base class.
OptionHandler() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.handlers.OptionHandler
The constructor.
OptionPresenter - Class in com.acrolinx.javasdk.gui.dialogs.options
The class OptionPresenter presents ClientSettings in a OptionPresenter.OptionView.
OptionPresenter(ClientSettings, OptionDialogCallback, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, Localizer, ClientSettingsValidator, ProgressRunner, Log4JHandler, ConnectionSettingsHistoryStore, ExtractionCheck, ServerSideSettingsProvider) - Constructor for class com.acrolinx.javasdk.gui.dialogs.options.OptionPresenter
 
OptionPresenter.OptionView - Interface in com.acrolinx.javasdk.gui.dialogs.options
The interface OptionPresenter.OptionView is used by OptionPresenter to present ClientSettings.
ORANGE - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant ORANGE.
overlaps(Range, Range) - Method in class com.acrolinx.javasdk.core.extraction.RangeComparator
 

P

parentShell - Variable in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
parse(String) - Static method in enum com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion.ClassifiedSuggestionType
 
PartOfText - Interface in com.acrolinx.javasdk.api.report
This is one part of a checked Document.
PartOfTextImpl - Class in com.acrolinx.javasdk.core.report
 
PartOfTextImpl(String, int, int, int) - Constructor for class com.acrolinx.javasdk.core.report.PartOfTextImpl
 
password - Variable in class com.acrolinx.services.v3.core.CreateUser
 
passwordEncryptionScheme - Variable in class com.acrolinx.services.v3.core.CreateUser
 
percentCurrentRunningPhase - Variable in class com.acrolinx.services.v4.checking.CheckStatusResult
 
percentCurrentRunningPhase - Variable in class com.acrolinx.services.v5.checking.CheckStatusResult
 
performCancel() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
performExtractionCheck(ClientSettings) - Method in class com.acrolinx.javasdk.gui.actions.CheckingOptionDialogCallback
 
performExtractionCheck(ClientSettings) - Method in class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
performExtractionCheck(ClientSettings) - Method in interface com.acrolinx.javasdk.gui.dialogs.options.OptionDialogCallback
Perform extraction check will be called if user clicks on the button in plug-in tab.
performOk() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
permanent - Variable in class com.acrolinx.services.v3.core.LicensingFault
 
ping() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
ping() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
ping() - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
ping() - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
ping() - Method in interface com.acrolinx.services.v3.core.ICoreService
 
Ping - Class in com.acrolinx.services.v3.core
Java class for ping complex type.
Ping() - Constructor for class com.acrolinx.services.v3.core.Ping
 
PingResponse - Class in com.acrolinx.services.v3.core
Java class for pingResponse complex type.
PingResponse() - Constructor for class com.acrolinx.services.v3.core.PingResponse
 
PINK - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant PINK.
PLUGIN_ID - Static variable in class com.acrolinx.javasdk.gui.swt.eclipse.Activator
The constant PLUGIN_ID.
PluginOptionComposite - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
The class PluginOptionComposite is a Composite containing all controls of the plug-in option tab of the option dialog.
PluginOptionComposite(Composite) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.PluginOptionComposite
Creates the composite.
PluginOptionsPanel - Class in com.acrolinx.javasdk.gui.swing.dialogs.option
The class PluginOptionsPanel is a JPanel containing all plug-in option swing controls.
PluginOptionsPanel() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.option.PluginOptionsPanel
Creates the panel.
pluginSettings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
PluginSettings - Interface in com.acrolinx.javasdk.gui.settings.plugin
The interface PluginSettings provides all settings used by the plug-in, but not needed for a check, like GUI language and logging settings.
PluginSettingsBuilder - Class in com.acrolinx.javasdk.gui.settings.plugin
The PluginSettingsBuilder is used to build new immutable PluginSettings.
PluginSettingsBuilder(PluginSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
PluginSettingsBuilder() - Constructor for class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
PluginSettingsFactory - Class in com.acrolinx.javasdk.gui.settings.plugin
A factory for creating PluginSettings.
PluginSettingsImpl - Class in com.acrolinx.javasdk.gui.settings.plugin
The class PluginSettingsImpl is a mutable implementation of PluginSettings.
PluginSettingsImpl() - Constructor for class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
PluginSettingsImpl(PluginSettings) - Constructor for class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
PluginSettingsMarkingColorProvider - Class in com.acrolinx.javasdk.gui
PluginSettingsMarkingColorProvider() - Constructor for class com.acrolinx.javasdk.gui.PluginSettingsMarkingColorProvider
 
PluginSettingsStore - Interface in com.acrolinx.javasdk.storage
The PluginSettingsStore is used to store and load PluginSettings.
PluginSettingsStoreImpl - Class in com.acrolinx.javasdk.gui.storage.plugin
The PluginSettingsStoreImpl is the default implementation of a PluginSettingsStore.
PluginSettingsStoreImpl(PropertiesStore) - Constructor for class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsStoreImpl
 
pluginSettingsStores() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
PluginSettingsStoresFactory - Class in com.acrolinx.javasdk.gui.storage.plugin
A factory for creating PluginSettingsStores.
PluginSettingsStoresFactory(RawStoresFactory) - Constructor for class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsStoresFactory
 
PluginSettingsToPropertiesSerializer - Class in com.acrolinx.javasdk.gui.storage.plugin
PluginSettingsToPropertiesSerializer(SystemFacade) - Constructor for class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsToPropertiesSerializer
 
popupContextMenuOnCaret() - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSession
Pops up the context menu for the marking at the current caret.
popupContextMenuOnCaret() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
portToString(int) - Static method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
PositionalInformation - Interface in com.acrolinx.javasdk.api.report
A Flag has a PositionalInformation to describe the position of the issue in the document.
PositionConverter - Class in com.acrolinx.javasdk.gui.swt.sessions.styledtext
The class PositionConverter is used to convert a relative Point of a control to a point on the screen.
PositionWindowAdapter - Class in com.acrolinx.javasdk.gui.swing.dialogs
 
PositionWindowAdapter(String, DialogPositioningStrategy, Component) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.PositionWindowAdapter
 
PositionWindowAdapter - Class in com.acrolinx.javasdk.gui.swt.dialogs
 
PositionWindowAdapter(String, DialogPositioningStrategy, Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.PositionWindowAdapter
 
PRECONDITION_FAILURE_HANDLING_SYSTEM_PROPERTY - Static variable in class com.acrolinx.javasdk.api.validation.Preconditions
The constant PRECONDITION_FAILURE_HANDLING_SYSTEM_PROPERTY is the system property overriding the default and setting Preconditions.PreconditionFailureHandling.
Preconditions - Class in com.acrolinx.javasdk.api.validation
The class Preconditions is used to check if parameters and states are in the expected state.
Preconditions.PreconditionFailureHandling - Enum in com.acrolinx.javasdk.api.validation
The enum PreconditionFailureHandling provides different strategies for handling precondition failures.
PrepareCheckCallback - Interface in com.acrolinx.javasdk.gui.checking
The interface PrepareCheckCallback defines the methods which must be implemented to prepare a check.
PrepareRecheckCallback - Interface in com.acrolinx.javasdk.gui.checking.inline
The interface PrepareRecheckCallback is similar to PrepareCheckCallback.
present(ContextMenuPresenter.ContextMenuView, List<Command>, Area) - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.ContextMenuPresenter
 
present(ContextMenuPositionPresenter.ContextMenuPositionView, ContextMenuPositionCallback) - Method in class com.acrolinx.javasdk.gui.dialogs.contextmenu.position.ContextMenuPositionPresenter
 
present(CorrectionPresenter.CorrectionView, WebPagePresenter, CorrectionCallback) - Method in class com.acrolinx.javasdk.gui.dialogs.correction.CorrectionPresenter
 
present(DefaultButtonView, DefaultDialogCallback) - Method in class com.acrolinx.javasdk.gui.dialogs.DefaultPresenter
 
present(List<Command>, MenuPresenter.MenuView, Identifier) - Method in class com.acrolinx.javasdk.gui.dialogs.menu.MenuPresenter
 
present(ErrorBoxPresenter.ErrorBoxView, ErrorBoxPresenter.ErrorBoxModel) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter
 
present(MessageBoxPresenter.MessageBoxView, MessageBoxPresenter.MessageBoxModel, OkCancelDialogCallback) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter
 
present(MarkingColor, ColorDialogCallback, ColorPresenter.ColorView) - Method in class com.acrolinx.javasdk.gui.dialogs.options.ColorPresenter
 
present(Set<DialogsPresenter.OptionsArea>, OptionContentPresenter.OptionContentView, ServerDialogPresenter, PresentationCallback, ServerChangeListener, List<ClientExtension<?, ?>>, ColorDialogPresenter, ClickHandler) - Method in class com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter
 
present(Set<DialogsPresenter.OptionsArea>, OptionPresenter.OptionView, ServerDialogPresenter, List<ClientExtension<?, ?>>, ColorDialogPresenter) - Method in class com.acrolinx.javasdk.gui.dialogs.options.OptionPresenter
 
present(ProgressRunner, ServerPresenter.ServerView, ServerDialogCallback) - Method in class com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter
 
present(ResultPresenter.ResultView, ResultModel) - Method in class com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter
 
present(KeyWordsModel, KeyWordsDialogCallback, KeyWordsPresenter.KeyWordsView) - Method in class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter
 
present(AdvancedOptionsExtensionSettings, Privileges) - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionPresenter
 
present(ExtensionSettings, Privileges) - Method in interface com.acrolinx.javasdk.gui.extensions.ExtensionPresenter
Present presents the ExtensionSettings on the view.
present(FilterExtensionSettings, Privileges) - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionPresenter
 
present(SegmentationExtensionSettings, Privileges) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionPresenter
 
present(NotificationsPresenter.NotificationsView) - Method in class com.acrolinx.javasdk.gui.NotificationsPresenter
 
present(SampleExtensionSettings, Privileges) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionPresenter
 
present(SampleExtensionSettings, Privileges) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionPresenter
 
PresentationCallback - Interface in com.acrolinx.javasdk.gui.dialogs.options
The interface PresentationCallback is used to get notified if a presentation was successful or not.
presentColorDialog(MarkingColor, ColorDialogCallback) - Method in interface com.acrolinx.javasdk.gui.dialogs.options.ColorDialogPresenter
 
presentContextMenu(List<Command>, Area) - Method in interface com.acrolinx.javasdk.gui.ContextMenuPresenter
 
presentCorrectionDialog(CorrectionModel, CorrectionCallback) - Method in interface com.acrolinx.javasdk.gui.DialogsPresenter
 
PresenterFactory - Interface in com.acrolinx.javasdk.gui
A PresenterFactory creates the presenter used for presenting views provided by ViewFactory.
PresenterFactoryImpl - Class in com.acrolinx.javasdk.gui
A PresenterFactoryImpl creates the presenter used for presenting views provided by ViewFactory.
presentErrorBoxDialog(ErrorBoxPresenter.ErrorBoxModel) - Method in interface com.acrolinx.javasdk.gui.ErrorBoxDialogPresenter
 
presentKeyWordsDialog(KeyWordsModel, KeyWordsDialogCallback) - Method in interface com.acrolinx.javasdk.gui.KeyWordsDialogPresenter
 
presentMainMenu(MenuPresenter.MenuView) - Method in class com.acrolinx.javasdk.gui.GuiController
Presents main menu commands returned by GuiController.createMainMenuCommandList() on a MenuPresenter.MenuView and updates on changes.
presentMessageBoxDialog(MessageBoxPresenter.MessageBoxModel, OkCancelDialogCallback) - Method in interface com.acrolinx.javasdk.gui.MessageBoxDialogPresenter
 
presentNotificationDialog(List<BroadcastMessage>) - Method in interface com.acrolinx.javasdk.gui.DialogsPresenter
 
PresentOptionsAction - Class in com.acrolinx.javasdk.gui.actions
The Class PresentOptionsAction presents the option view depending on ShowOptionsStrategy and calls OptionDialogCallback.
PresentOptionsAction(ShowOptionsStrategy, Set<DialogsPresenter.OptionsArea>, OptionDialogCallback, DialogsPresenter, ClientSettingsStore, ClientSettingsValidator, Localizer, Log4JHandler, ServerConnectionProvider, OptionDialogCallbackProvider, ConnectionSettingsHistoryStore, ExtractionCheck) - Constructor for class com.acrolinx.javasdk.gui.actions.PresentOptionsAction
 
presentOptionsDialog(Set<DialogsPresenter.OptionsArea>, ClientSettings, ServerConnectionProvider, OptionDialogCallback, ClientSettingsValidator, Log4JHandler, ConnectionSettingsHistoryStore, ExtractionCheck, ServerSideSettingsProvider) - Method in interface com.acrolinx.javasdk.gui.DialogsPresenter
 
presentResultDialog(ResultModel, OkCancelDialogCallback, MarkingColorProvider) - Method in interface com.acrolinx.javasdk.gui.DialogsPresenter
 
presentServerDialog(ConnectionSettings, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, ProgressRunner, ServerDialogCallback, ConnectionSettingsHistoryStore) - Method in interface com.acrolinx.javasdk.gui.ServerDialogPresenter
 
presentSetContextMenuDialog(ContextMenuPositionCallback) - Method in interface com.acrolinx.javasdk.gui.SetContextMenuPresenter
 
presentToolbar(MenuPresenter.MenuView) - Method in class com.acrolinx.javasdk.gui.GuiController
Presents toolbar commands returned by GuiController.createToolbarCommandList() on a MenuPresenter.MenuView and updates on changes.
presentWebpage(URI) - Method in class com.acrolinx.javasdk.gui.AwtDesktopWebpagePresenter
 
presentWebpage(URI) - Method in interface com.acrolinx.javasdk.gui.WebPagePresenter
 
PreviousCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class PreviousCommand steps to the previous marking.
PreviousCommand(Localizer, ImageResourceLoader, boolean, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.PreviousCommand
 
PreviousCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class PreviousCommandClickHandler is the ClickHandler for stepping to the previous marking.
PreviousCommandClickHandler(DocumentSessionControllerProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.PreviousCommandClickHandler
 
PreviousMainMenuCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class PreviousMainMenuCommand steps to the previous marking.
PreviousMainMenuCommand(Localizer, ImageResourceLoader, boolean, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.PreviousMainMenuCommand
 
priority - Variable in class com.acrolinx.services.v4.checking.ContextInfo
 
priority - Variable in class com.acrolinx.services.v5.checking.ContextInfo
 
privilegeName - Variable in class com.acrolinx.services.v4.user.HasNamedPrivilege
 
Privileges - Interface in com.acrolinx.javasdk.api.server
The Privileges encapsulates the privileges defined for the User used to establish the ServerConnection.
PrivilegesImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
PrivilegesImpl(ThinWsServerFacade, AuthorizationManager) - Constructor for class com.acrolinx.javasdk.core.server.adapter.PrivilegesImpl
 
ProgressDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.progress
The class ProgressDialog is a swing implementation of ProgressPresenter.ProgressView.
ProgressDialog() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
Creates the dialog.
ProgressDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.progress
The class ProgressDialog is the SWT implementation of the ProgressPresenter.ProgressView.
ProgressDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
Creates the dialog.
ProgressHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ProgressHandler is used to set new progress values to different implementations.
ProgressHandlerSwingProgressAndLabelAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
ProgressHandlerSwingProgressAndLabelAdapter(JLabel, JProgressBar) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.ProgressHandlerSwingProgressAndLabelAdapter
 
ProgressHandlerSWTLabelAndProgressBarAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class ProgressHandlerSWTLabelAndProgressBarAdapter adapts a Label and a ProgressBar to the ProgressHandler interface.
ProgressHandlerSWTLabelAndProgressBarAdapter(Label, ProgressBar) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.ProgressHandlerSWTLabelAndProgressBarAdapter
 
ProgressMonitor - Interface in com.acrolinx.javasdk.api.server.adapter
Use the interface ProgressMonitor to be notified about the progress of a check.
ProgressPresenter - Class in com.acrolinx.javasdk.gui.dialogs.progress
The class ProgressPresenter runs a RunnableWithProgress in a forked thread presenting progress in a ProgressPresenter.ProgressView.
ProgressPresenter(TaskManager, ImageResourceLoader) - Constructor for class com.acrolinx.javasdk.gui.dialogs.progress.ProgressPresenter
 
ProgressPresenter.ProgressView - Interface in com.acrolinx.javasdk.gui.dialogs.progress
The {link ProgressView} is used by ProgressPresenter to present progress of a RunnableWithProgress.
ProgressRunner - Interface in com.acrolinx.javasdk.gui.dialogs.progress
The interface ProgressRunner displays the progress of a RunnableWithProgress while running.
ProgressRunnerImpl - Class in com.acrolinx.javasdk.gui.dialogs.progress
The class ProgressRunnerImpl runs a RunnableWithProgress displaying progress in a dialog.
ProgressRunnerImpl(ViewFactory, PresenterFactory) - Constructor for class com.acrolinx.javasdk.gui.dialogs.progress.ProgressRunnerImpl
 
Properties - Interface in com.acrolinx.javasdk.core.storage
The interface Properties provides a general interface for storing and loading settings.
PropertiesDocumentCheckSettingsStore - Class in com.acrolinx.javasdk.gui.storage.check
The PropertiesDocumentCheckSettingsStore stores and load the DocumentCheckSettings via a PropertiesStore using a defined prefix.
PropertiesDocumentCheckSettingsStore(AcrolinxFactory, String, PropertiesStore) - Constructor for class com.acrolinx.javasdk.gui.storage.check.PropertiesDocumentCheckSettingsStore
 
PropertiesImpl - Class in com.acrolinx.javasdk.core.storage
 
PropertiesImpl(Map<String, String>) - Constructor for class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
PropertiesImpl() - Constructor for class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
PropertiesImpl(Properties) - Constructor for class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
PropertiesStore - Interface in com.acrolinx.javasdk.core.storage
The interface PropertiesStore is used to load and store Properties.
PropertiesStoreProvider - Interface in com.acrolinx.javasdk.gui.storage
The interface PropertiesStoreProvider is used to provide a store for different server connections.
propertyName - Variable in class com.acrolinx.services.v4.user.GetUserProperty
 
PROPOSED_SIZE - Static variable in interface com.acrolinx.javasdk.gui.dialogs.options.OptionPresenter.OptionView
A hint for the proposed size of the dialog.
PROPOSED_SIZE - Static variable in interface com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter.ServerView
A hint for the proposed size of the dialog.
PROPOSED_SIZE - Static variable in interface com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter.ResultView
A hint for the proposed size of the dialog.
PROPOSED_SIZE - Static variable in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
Hint for the proposed size of the view.
PROTECTED_SPACE - Static variable in class com.acrolinx.javasdk.gui.util.TextUtil
The PROTECTED_SPACE is a space with character code 160.
protocolName - Variable in class com.acrolinx.services.registry.GetAvailableServiceVersions
 
protocolName - Variable in class com.acrolinx.services.registry.GetServiceUri
 
provide() - Method in interface com.acrolinx.javasdk.gui.swing.dialogs.controls.ContextMenuDialogProvider
 
provideColor(MarkingType) - Method in class com.acrolinx.javasdk.gui.DefaultMarkingColorProvider
 
provideColor(MarkingType) - Method in interface com.acrolinx.javasdk.gui.MarkingColorProvider
Provides a color for a MarkingType.
provideColor(MarkingColorProvider, Flag) - Static method in class com.acrolinx.javasdk.gui.MarkingColorProvider.Util
Provides the color for a flag.
provideColor(MarkingType) - Method in class com.acrolinx.javasdk.gui.PluginSettingsMarkingColorProvider
 
provideColorsForAllMarkingTypes(MarkingColorProvider) - Static method in class com.acrolinx.javasdk.gui.MarkingColorProvider.Util
Provides colors for all marking types.
provideCorrectionDialogCheckSession() - Method in interface com.acrolinx.javasdk.gui.checking.dialog.CorrectionDialogCheckSessionProvider
 
provideCorrectionDialogCheckSession() - Method in class com.acrolinx.javasdk.gui.sessions.SessionProvider
 
provideDarkColor(MarkingColorProvider, Flag) - Static method in class com.acrolinx.javasdk.gui.MarkingColorProvider.Util
Provides a darker color for a Flag.
provideDocumentCheckSettingsStore() - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckSessionProvider
 
provideDocumentCheckSettingsStore() - Method in class com.acrolinx.javasdk.gui.sessions.SessionProvider
 
provideDocumentSession() - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSessionProvider
 
provideDocumentSession() - Method in class com.acrolinx.javasdk.gui.sessions.SingleDocumentSessionProvider
 
provideDocumentSession() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.HostAppDocumentSessionProvider
 
provideDocumentSession() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.HostAppDocumentSessionProvider
 
provideExtensions() - Method in interface com.acrolinx.javasdk.gui.extensions.ClientExtensionProvider
Provide extensions for the current document.
provideExtensions() - Method in class com.acrolinx.javasdk.gui.extensions.DocumentSessionClientExtensionProvider
 
provideExtensions() - Method in class com.acrolinx.javasdk.gui.extensions.SyncClientExtensionProvider
 
provideInlineCheckRequest() - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckSessionProvider
 
provideInlineCheckRequest() - Method in class com.acrolinx.javasdk.gui.sessions.SessionProvider
 
provideRecheckRequest() - Method in interface com.acrolinx.javasdk.gui.checking.inline.RecheckSessionProvider
 
provideRecheckRequest() - Method in class com.acrolinx.javasdk.gui.sessions.SessionProvider
 
provideStore(DocumentSession) - Method in class com.acrolinx.javasdk.gui.storage.DocumentCheckSettingsStoreProvider
 
provideStore(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.storage.MemoryStoreProvider
Provide store set by constructor.
provideStore(ConnectionSettings) - Method in interface com.acrolinx.javasdk.gui.storage.PropertiesStoreProvider
Provide store for the connection.
provideStore(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.storage.ServerPropertiesStoreProvider
 
provideTags() - Method in class com.acrolinx.javasdk.gui.extensions.DocumentSessionTagListProvider
 
provideTags() - Method in interface com.acrolinx.javasdk.gui.extensions.segmentation.TagListProvider
 
provideTags() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
provideTags() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.AbstractSampleFileTextPaneExtractor
 
provideTags() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.JavaFileTextPaneExtractor
 
provideTags() - Method in class com.acrolinx.javasdk.gui.swing.sessions.textpane.extractor.AbstractTextPaneExtractor
 
provideTags() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.AbstractSampleFileStyledTextExtractor
 
provideTags() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.JavaFileStyledTextExtractor
 
provideTags() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.extractor.AbstractStyledTextExtractor
 
ProxyConfigurator - Interface in com.acrolinx.javasdk.core.internal.server.proxy
The ProxyConfigurator configures the vm wide proxy.
ProxyConfiguratorImpl - Class in com.acrolinx.javasdk.core.internal.server.proxy
The ProxyConfiguratorImpl is the default implementation of a ProxyConfigurator.
proxySettings() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
ProxySettings - Interface in com.acrolinx.javasdk.api.server
The ProxySettings are used to set up a ServerConnection via a proxy server.
proxySettings() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
proxySettings() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ProxySettingsBuilder - Interface in com.acrolinx.javasdk.api.factory
 
ProxySettingsBuilderImpl - Class in com.acrolinx.javasdk.core.server
 
ProxySettingsBuilderImpl(ProxySettings) - Constructor for class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
ProxySettingsBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
ProxySettingsFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating ProxySettings.
ProxySettingsFactoryImpl - Class in com.acrolinx.javasdk.core.server
 
ProxySettingsFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.server.ProxySettingsFactoryImpl
 
ProxySettingsImpl - Class in com.acrolinx.javasdk.core.server
 
put(String, AuthCacheValue) - Method in class com.acrolinx.javasdk.core.internal.server.SystemAuthenticationCache
 
put(T, T2) - Method in class com.acrolinx.javasdk.gui.checking.RingBufferMap
 
put(String, String) - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsBuilder
 
putMetaInformation(String, String) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
putPosition(String, Area) - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DialogPositioningStrategy
 
putPosition(String, Area) - Method in class com.acrolinx.javasdk.gui.swing.DefaultDialogPositioningStrategy
 
putPosition(String, Area) - Method in class com.acrolinx.javasdk.gui.swt.DefaultDialogPositioningStrategy
 
putProperty(String, String) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 

Q

QUALITY_SCORE - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
The SCORE of the check equals Report.getQualityScore().
QUALITY_STATUS - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
The SCORE of the check equals Report.getQualityStatus().
query - Variable in class com.acrolinx.services.v6.terminology.SearchTerms
 

R

RadioButtonCellEditor - Class in com.acrolinx.javasdk.gui.swing.adapter
 
RadioButtonCellEditor(MultiColumnRadioButtonChangeListener) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.RadioButtonCellEditor
 
RadioButtonCellRanderer - Class in com.acrolinx.javasdk.gui.swing.adapter
 
RadioButtonCellRanderer(JTable) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.RadioButtonCellRanderer
 
Range - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The Range represents a range in text.
RangeComparator - Class in com.acrolinx.javasdk.core.extraction
The class RangeComparator orders Ranges by positional information.
RangeImpl - Class in com.acrolinx.javasdk.core.extraction.block
 
RangeImpl(int, int) - Constructor for class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
rawStores() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
RawStoresFactory - Class in com.acrolinx.javasdk.gui
A factory for creating PropertiesStores and PropertiesStoreProviders.
RawStoresFactory(ServerConnectionProviders) - Constructor for class com.acrolinx.javasdk.gui.RawStoresFactory
 
readonlyOffsets - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
readonlyOffsets - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
ReadOnlyTableCellEditor - Class in com.acrolinx.javasdk.gui.swing.adapter
 
readSettings(SegmentationExtensionSettings.DocumentTypeSegmentationSettings, FilterExtensionSettings.DocumentTypeFilterSettings) - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
recheckSelection(PrepareRecheckCallback) - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
recheckSelection(PrepareRecheckCallback) - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
recheckSelection will re-check the selection.
recheckSelection(PrepareRecheckCallback) - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
RecheckSelectionCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class RecheckSelectionCommand rechecks selected text by using RecheckSelectionCommandClickHandler.
RecheckSelectionCommand(Localizer, ImageResourceLoader, boolean, RecheckSessionProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.RecheckSelectionCommand
 
RecheckSelectionCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class RecheckSelectionCommandClickHandler is the BasicMenuUI.ChangeHandler for re-checking a selection.
RecheckSelectionCommandClickHandler(RecheckSessionProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.RecheckSelectionCommandClickHandler
 
RecheckSession - Interface in com.acrolinx.javasdk.gui.checking.inline
The RecheckSession provides all methods needed to perform a full recheck.
See: DocumentSession
RecheckSessionProvider - Interface in com.acrolinx.javasdk.gui.checking.inline
The RecheckSessionProvider provides a RecheckSession for the active document.
See: SessionProvider
reColor(Key, MarkingColor, MarkingType) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
reColor(Key, MarkingColor, MarkingType) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
This method is called when your integration should change the color of a specific area of the text.
reColor(Key, MarkingColor, MarkingType) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingList
Recolors an already colored highlight.
reColor(Key, MarkingColor, MarkingType) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingsImpl
 
reColor(Key, MarkingColor, MarkingType) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
reColor(Key, MarkingColor, MarkingType) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
reColor(Key, MarkingColor, MarkingType) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Markings
 
reColor(Key, MarkingColor, MarkingType) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingList
 
RED - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant RED.
ReflectionUtil - Class in com.acrolinx.javasdk.core.util
The class ReflactionUtil is used to analyze classes via reflection.
register() - Static method in class com.acrolinx.javasdk.core.internal.server.proxy.AcrolinxProxySelector
 
registerListener(HostAppDocumentsChangedListener) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentController
 
registerListener(HostAppDocumentsChangedListener) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentController
 
relativeDependencyMd5Hash - Variable in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult.RelativeDependencyMd5Hashes
 
relativeDependencyMd5Hash - Variable in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult.RelativeDependencyMd5Hashes
 
relativeDependencyMd5Hashes - Variable in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult
 
relativeDependencyMd5Hashes - Variable in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult
 
relativeDependencyPath - Variable in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult.RelativeDependencyPaths
 
relativeDependencyPath - Variable in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult.RelativeDependencyPaths
 
relativeDependencyPaths - Variable in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult
 
relativeDependencyPaths - Variable in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult
 
RelativeRange - Interface in com.acrolinx.javasdk.api.extraction.documents.block
The RelativeRange is a relative position in a part of the original document.
RelativeRangeImpl - Class in com.acrolinx.javasdk.core.extraction.block
 
RelativeRangeImpl(int, int) - Constructor for class com.acrolinx.javasdk.core.extraction.block.RelativeRangeImpl
 
release() - Method in interface com.acrolinx.javasdk.core.server.adapter.Session
 
release() - Method in class com.acrolinx.javasdk.core.server.adapter.SessionImpl
 
releaseCheckResult(String, String) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
ReleaseCheckResult - Class in com.acrolinx.services.v4.checking
Java class for releaseCheckResult complex type.
ReleaseCheckResult() - Constructor for class com.acrolinx.services.v4.checking.ReleaseCheckResult
 
releaseCheckResult(String, String) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
ReleaseCheckResult - Class in com.acrolinx.services.v5.checking
Java class for releaseCheckResult complex type.
ReleaseCheckResult() - Constructor for class com.acrolinx.services.v5.checking.ReleaseCheckResult
 
ReleaseCheckResultResponse - Class in com.acrolinx.services.v4.checking
Java class for releaseCheckResultResponse complex type.
ReleaseCheckResultResponse() - Constructor for class com.acrolinx.services.v4.checking.ReleaseCheckResultResponse
 
ReleaseCheckResultResponse - Class in com.acrolinx.services.v5.checking
Java class for releaseCheckResultResponse complex type.
ReleaseCheckResultResponse() - Constructor for class com.acrolinx.services.v5.checking.ReleaseCheckResultResponse
 
releaseSession(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
releaseSession(String) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
releaseSession(String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server210SoapTerminologyServiceFacade
 
releaseSession(String) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
releaseSession(String) - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
releaseSession(String) - Method in interface com.acrolinx.services.v3.core.ICoreService
 
ReleaseSession - Class in com.acrolinx.services.v3.core
Java class for releaseSession complex type.
ReleaseSession() - Constructor for class com.acrolinx.services.v3.core.ReleaseSession
 
ReleaseSessionResponse - Class in com.acrolinx.services.v3.core
Java class for releaseSessionResponse complex type.
ReleaseSessionResponse() - Constructor for class com.acrolinx.services.v3.core.ReleaseSessionResponse
 
remove() - Method in class com.acrolinx.javasdk.core.extraction.DOMNodeWrapper.DOMIterator
 
remove(String, AuthCacheValue) - Method in class com.acrolinx.javasdk.core.internal.server.SystemAuthenticationCache
 
remove(String) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
remove(String) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
remove(OptionDialogCallback) - Method in class com.acrolinx.javasdk.gui.actions.OptionDialogCallbackCollection
 
remove(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingList
Removes a highlight for a key.
remove(Key) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingsImpl
 
remove(T) - Method in class com.acrolinx.javasdk.gui.checking.RingBufferMap
 
remove(Key) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Markings
 
remove(String) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
remove(Key) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingList
 
removeActive() - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentController
 
removeActive() - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentController
 
removeAllMarkings() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
removeAllMarkings() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
 
removeAllMarkings() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
removeAndDisconnect(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
removeCellEditorListener(CellEditorListener) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
removeCheckingStatus() - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
removeCheckingStatus() - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
removeFlag(Flag) - Method in interface com.acrolinx.javasdk.gui.checking.inline.MarkingController
 
removeFlag(Flag) - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
removeLastKeyword() - Method in interface com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsPresenter.KeyWordsView
 
removeLastKeyword() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
removeLastKeyword() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
removeMarking(Key) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
removeMarking(Key) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
This method is called when the user ignores a marking.
removeMarking(Key) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
removeMarking(Key) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
removeMarkings() - Method in interface com.acrolinx.javasdk.gui.checking.comparative.ComparativeCheckCallback
 
removeMarkings() - Method in class com.acrolinx.javasdk.gui.checking.OnlyDocumentProvidingTextPrepareCheckCallback
 
removeMarkings() - Method in interface com.acrolinx.javasdk.gui.checking.PrepareCheckCallback
This method removes the markings from the document.
removeMarkings() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
removeMnemonicChar(String) - Static method in class com.acrolinx.javasdk.gui.swing.adapter.MnemonicCharUtil
 
removeOptionDialogCallback(OptionDialogCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
removeSession(FileName) - Method in interface com.acrolinx.javasdk.gui.checking.SessionHistory
 
removeSession(FileName) - Method in class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
render(BroadcastMessage) - Method in class com.acrolinx.javasdk.gui.BroadcastMessageRenderer
 
render(T) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.controller.GenericListController.GenericItemRenderer
 
render(T) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.controller.ListController.ItemRenderer
 
render(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.dialogs.options.ServerNameRenderer
 
replace(Range, String) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
This method replaces a Range in application documents text with a new replacement.
replace(Range, String) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
ReplaceCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The ReplaceCommand replaces a marking with the new Suggestion.
ReplaceCommand(String, Flag, Suggestion, InlineCheckDocumentSessionController, Listener, Key) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ReplaceCommand
 
ReplaceCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class ReplaceCommandClickHandler is used to replace text with suggestions.
ReplaceCommandClickHandler(Flag, Key, Suggestion, InlineCheckDocumentSessionController) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.ReplaceCommandClickHandler
 
ReplaceInTheWholeDocumentCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class ReplaceInTheWholeDocumentCommand applies a suggestion at several places in the document.
ReplaceInTheWholeDocumentCommand(Localizer, ImageResourceLoader, Listener, Flag, Set<Flag>, Key, InlineCheckDocumentSessionController, MessageBoxDialogPresenter, Suggestion) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentCommand
 
ReplaceInTheWholeDocumentParentCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class ReplaceInTheWholeDocumentParentCommand adds a sub-menu to the context-menu that contains a number of ReplaceInTheWholeDocumentCommands.
ReplaceInTheWholeDocumentParentCommand(Localizer, ImageResourceLoader, Listener, Flag, Set<Flag>, Key, InlineCheckDocumentSessionController, MessageBoxDialogPresenter, List<Suggestion>) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ReplaceInTheWholeDocumentParentCommand
 
ReplaceInWholeDocumentCommandWithQuestionClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class ReplaceInWholeDocumentCommandWithQuestionClickHandler is used to replace text with suggestions.
replaceProtectedSpaces(String) - Static method in class com.acrolinx.javasdk.gui.util.TextUtil
 
replaceProtectedSpacesAndQuoteAndSymbol(String) - Static method in class com.acrolinx.javasdk.gui.util.TextUtil
 
replaceTextAndRemoveMarking(Set<Key>, String) - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
replaceTextAndRemoveMarking(Set<Key>, String) - Method in interface com.acrolinx.javasdk.gui.checking.inline.InlineCheckCallback
This method is called when a suggestion is accepted by the user.
replaceTextAndRemoveMarking(Set<Key>, String) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingsImpl
 
replaceTextAndRemoveMarking(Set<Key>, String) - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
replaceTextAndRemoveMarking(Set<Key>, String) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
replaceTextAndRemoveMarking(Set<Key>, String) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.Markings
 
Report - Interface in com.acrolinx.javasdk.api.report
The IReport parses the XML checking report provided by the Acrolinx Server and converts the content into a list of flags.
ReportException - Exception in com.acrolinx.javasdk.core.internal.reportpojo
 
ReportException() - Constructor for exception com.acrolinx.javasdk.core.internal.reportpojo.ReportException
 
ReportException(Throwable) - Constructor for exception com.acrolinx.javasdk.core.internal.reportpojo.ReportException
 
ReportException(String, Throwable) - Constructor for exception com.acrolinx.javasdk.core.internal.reportpojo.ReportException
 
ReportHandler - Class in com.acrolinx.javasdk.core.internal.reportpojo
The ReportHandler is used by ReportPoJo to parse the XML report in a strange way.
ReportPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
Result of an Acrolinx check.
ReportPoJo(InputStream) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
Parses a report from the specified InputStream.
ReportProxy - Class in com.acrolinx.javasdk.core.report
The ReportProxy provides access to the information contained in ReportPoJo.
ReportSummary - Interface in com.acrolinx.javasdk.api.report
The ReportSummary provides a summary (FlagSummary) of results per flag type ( ReportSummaryFlagType).
ReportSummaryFlagType - Enum in com.acrolinx.javasdk.api.report
The ReportSummaryFlagType is used to map FlagTypes and TermStatus to a flat enumeration.
request - Variable in class com.acrolinx.services.v3.core.RequestSession
 
request - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntry
 
request - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
request - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
request - Variable in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequest
 
request - Variable in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequest
 
request - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntry
 
request - Variable in class com.acrolinx.services.v4.user.StoreUserProperties
 
request - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
request - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
request - Variable in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequest
 
request - Variable in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequest
 
request - Variable in class com.acrolinx.services.v6.terminology.FindTerms
 
request - Variable in class com.acrolinx.services.v6.terminology.LookupLinkedTerms
 
requestDescription - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
requestDescription - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
RequestDescription - Class in com.acrolinx.services.v4.checking
Java class for RequestDescription complex type.
RequestDescription() - Constructor for class com.acrolinx.services.v4.checking.RequestDescription
 
requestDescription - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
requestDescription - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
RequestDescription - Class in com.acrolinx.services.v5.checking
Java class for RequestDescription complex type.
RequestDescription() - Constructor for class com.acrolinx.services.v5.checking.RequestDescription
 
requestedCheckResultType - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.RequestedCheckResultTypes
 
requestedCheckResultType - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest.RequestedCheckResultTypes
 
requestedCheckResultType - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest.RequestedCheckResultTypes
 
requestedCheckResultType - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest.RequestedCheckResultTypes
 
requestedCheckResultTypes - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
requestedCheckResultTypes - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
requestedCheckResultTypes - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
requestedCheckResultTypes - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
requestedFlagType - Variable in class com.acrolinx.services.v4.checking.CheckSettings.RequestedFlagTypes
 
requestedFlagType - Variable in class com.acrolinx.services.v5.checking.CheckSettings.RequestedFlagTypes
 
requestedFlagTypes - Variable in class com.acrolinx.services.v4.checking.CheckSettings
 
requestedFlagTypes - Variable in class com.acrolinx.services.v5.checking.CheckSettings
 
requestFormat - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
requestFormat - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
RequestFormat - Enum in com.acrolinx.services.v4.checking
Java class for RequestFormat.
requestFormat - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
requestFormat - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
RequestFormat - Enum in com.acrolinx.services.v5.checking
Java class for RequestFormat.
requestId - Variable in class com.acrolinx.services.v6.terminology.GetCreateDumpResult
 
requestId - Variable in class com.acrolinx.services.v6.terminology.GetRestoreDumpResult
 
requestSession(String, ClientInformation, String, SessionArea) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CoreServiceV3Stub
 
requestSession(String, ClientInformation, String, SessionArea) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
requestSession(String, ClientInformation, String, SessionArea) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
requestSession(String, ClientInformation, String, SessionArea) - Method in interface com.acrolinx.javasdk.core.server.CoreService
 
requestSession(String, RequestSessionRequest) - Method in interface com.acrolinx.services.v3.core.ICoreService
 
RequestSession - Class in com.acrolinx.services.v3.core
Java class for requestSession complex type.
RequestSession() - Constructor for class com.acrolinx.services.v3.core.RequestSession
 
RequestSessionRequest - Class in com.acrolinx.services.v3.core
Java class for RequestSessionRequest complex type.
RequestSessionRequest() - Constructor for class com.acrolinx.services.v3.core.RequestSessionRequest
 
RequestSessionResponse - Class in com.acrolinx.services.v3.core
Java class for requestSessionResponse complex type.
RequestSessionResponse() - Constructor for class com.acrolinx.services.v3.core.RequestSessionResponse
 
requestTimeInMilliseconds - Variable in class com.acrolinx.services.v3.core.BroadcastMessagesResult
 
reset(ProxySettings) - Static method in class com.acrolinx.javasdk.core.internal.server.SystemAuthenticationCache
 
ResourceBundleFactoryImpl - Class in com.acrolinx.javasdk.localization
The class ResourceBundleFactoryImpl is a default implementation creating UTF-8 reading ResourceBundles.
ResourceBundleFactoryImpl(String) - Constructor for class com.acrolinx.javasdk.localization.ResourceBundleFactoryImpl
 
restore() - Method in class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyStateRestorer
 
restoreDump(String, RestoreDumpRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
RestoreDump - Class in com.acrolinx.services.v6.terminology
Java class for restoreDump complex type.
RestoreDump() - Constructor for class com.acrolinx.services.v6.terminology.RestoreDump
 
RestoreDumpRequest - Class in com.acrolinx.services.v6.terminology
Java class for RestoreDumpRequest complex type.
RestoreDumpRequest() - Constructor for class com.acrolinx.services.v6.terminology.RestoreDumpRequest
 
RestoreDumpRequestId - Class in com.acrolinx.services.v6.terminology
Java class for RestoreDumpRequestId complex type.
RestoreDumpRequestId() - Constructor for class com.acrolinx.services.v6.terminology.RestoreDumpRequestId
 
RestoreDumpResponse - Class in com.acrolinx.services.v6.terminology
Java class for restoreDumpResponse complex type.
RestoreDumpResponse() - Constructor for class com.acrolinx.services.v6.terminology.RestoreDumpResponse
 
RestoreDumpResult - Class in com.acrolinx.services.v6.terminology
Java class for RestoreDumpResult complex type.
RestoreDumpResult() - Constructor for class com.acrolinx.services.v6.terminology.RestoreDumpResult
 
restoreMarkings() - Method in class com.acrolinx.javasdk.gui.checking.dialog.InlineCheckCallbackCorrectionProxyImpl
 
restoreMarkings() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.GenericOffsetBasedMarkingStore
 
restoreMarkings() - Method in class com.acrolinx.javasdk.gui.commands.handler.NotifyingInlineCheckCallback
 
restoreMarkings() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
restoreMarkings() - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingStore
This method re-displays all markings.
restoreVmConfiguration() - Method in interface com.acrolinx.javasdk.core.internal.server.proxy.ProxyConfigurator
 
restoreVmConfiguration() - Method in class com.acrolinx.javasdk.core.internal.server.proxy.ProxyConfiguratorImpl
 
RestPoJosTerminologyV6 - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
RestPoJosTerminologyV6() - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6
 
RestPoJosTerminologyV6.FindTermsRequest - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
RestPoJosTerminologyV6.FindTermsRequest() - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
 
RestRequestExecutor<T,Y extends Exception> - Class in com.acrolinx.javasdk.core.server.adapter.rest
The RestRequestExecutor is used to execute rest requests.
RestRequestExecutor() - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.RestRequestExecutor
 
RestServerFacade - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
RestServerFacade(CheckingService, CoreService, FeedbackService, UserService, TerminologyService) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
RestServiceHelper - Class in com.acrolinx.javasdk.core.util
 
RestServiceRegistry - Class in com.acrolinx.javasdk.core.server.adapter.rest
The RestServiceRegistry is used to create the correct version of rest ThinWsServerFacade.
result - Variable in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
result - Variable in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
result - Variable in class com.acrolinx.javasdk.gui.swt.sample.multi.SwtMultiDocumentWindow
 
result - Variable in class com.acrolinx.javasdk.gui.swt.sample.simple.SwtSimpleWindow
 
ResultComposit - Class in com.acrolinx.javasdk.gui.swt.dialogs.result
The class ResultComposit is a Composite containing all controls of the ResultDialog.
ResultComposit(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultComposit
Creates the composite.
resultDetails - Variable in class com.acrolinx.services.v4.checking.CheckDocumentResult
 
ResultDetails - Class in com.acrolinx.services.v4.checking
Java class for ResultDetails complex type.
ResultDetails() - Constructor for class com.acrolinx.services.v4.checking.ResultDetails
 
resultDetails - Variable in class com.acrolinx.services.v5.checking.CheckDocumentResult
 
ResultDetails - Class in com.acrolinx.services.v5.checking
Java class for ResultDetails complex type.
ResultDetails() - Constructor for class com.acrolinx.services.v5.checking.ResultDetails
 
ResultDetails.FlagResultDetails - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
ResultDetails.FlagResultDetails() - Constructor for class com.acrolinx.services.v5.checking.ResultDetails.FlagResultDetails
 
ResultDetails.ResultFlagCountsByType - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
ResultDetails.ResultFlagCountsByType() - Constructor for class com.acrolinx.services.v4.checking.ResultDetails.ResultFlagCountsByType
 
ResultDetails.ResultFlagTypes - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
ResultDetails.ResultFlagTypes() - Constructor for class com.acrolinx.services.v4.checking.ResultDetails.ResultFlagTypes
 
ResultDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.result
The class ResultDialog is the swing implementation for ResultPresenter.ResultView.
ResultDialog() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
Creates the dialog.
ResultDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.result
The class ResultDialog is the SWT implementation of the ResultPresenter.ResultView.
ResultDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
Creates the dialog.
resultFlagCountByType - Variable in class com.acrolinx.services.v4.checking.ResultDetails.ResultFlagCountsByType
 
resultFlagCountsByType - Variable in class com.acrolinx.services.v4.checking.ResultDetails
 
resultFlagTypes - Variable in class com.acrolinx.services.v4.checking.ResultDetails
 
resultFlagTypes - Variable in class com.acrolinx.services.v4.checking.ResultDetails.ResultFlagTypes
 
resultId - Variable in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest
 
resultId - Variable in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest
 
ResultModel - Interface in com.acrolinx.javasdk.gui.dialogs.result
The interface ResultModel is used to be displayed in a result dialog.
ResultPresenter - Class in com.acrolinx.javasdk.gui.dialogs.result
ResultPresenter(OkCancelDialogCallback, MarkingColorProvider, WebPagePresenter) - Constructor for class com.acrolinx.javasdk.gui.dialogs.result.ResultPresenter
 
ResultPresenter.ResultView - Interface in com.acrolinx.javasdk.gui.dialogs.result
The interface ResultPresenter.ResultView is used by ResultPresenter to display a ResultModel.
REUSE - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
reuseHarvestingSentenceBankId - Variable in class com.acrolinx.services.v4.checking.CheckSettings
 
reuseHarvestingSentenceBankId - Variable in class com.acrolinx.services.v4.checking.LanguageOptionsResult.ReuseHarvestingSentenceBankIds
 
reuseHarvestingSentenceBankId - Variable in class com.acrolinx.services.v5.checking.CheckSettings
 
reuseHarvestingSentenceBankId - Variable in class com.acrolinx.services.v5.checking.LanguageOptionsResult.ReuseHarvestingSentenceBankIds
 
reuseHarvestingSentenceBankIds - Variable in class com.acrolinx.services.v4.checking.LanguageOptionsResult
 
reuseHarvestingSentenceBankIds - Variable in class com.acrolinx.services.v5.checking.LanguageOptionsResult
 
RingBufferMap<T,T2> - Class in com.acrolinx.javasdk.gui.checking
The RingBufferMap is used to provide a map which stores a limited number of items.
RingBufferMap(int) - Constructor for class com.acrolinx.javasdk.gui.checking.RingBufferMap
 
RuleSet - Class in com.acrolinx.javasdk.api.check
The RuleSet represents a rule set on the Acrolinx Server.
RuleSet(String) - Constructor for class com.acrolinx.javasdk.api.check.RuleSet
 
RuleSetCapabilities - Interface in com.acrolinx.javasdk.api.server.capabilities
The capabilities for the given rule set (RuleSetCapabilities.getRuleSet()).
ruleSetCapabilities - Variable in class com.acrolinx.services.v4.checking.LanguageOptionsResult
 
RuleSetCapabilities - Class in com.acrolinx.services.v4.checking
Java class for RuleSetCapabilities complex type.
RuleSetCapabilities() - Constructor for class com.acrolinx.services.v4.checking.RuleSetCapabilities
 
ruleSetCapabilities - Variable in class com.acrolinx.services.v5.checking.LanguageOptionsResult
 
RuleSetCapabilities - Class in com.acrolinx.services.v5.checking
Java class for RuleSetCapabilities complex type.
RuleSetCapabilities() - Constructor for class com.acrolinx.services.v5.checking.RuleSetCapabilities
 
RuleSetCapabilities.ContextInfoNames - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
RuleSetCapabilities.ContextInfoNames() - Constructor for class com.acrolinx.services.v4.checking.RuleSetCapabilities.ContextInfoNames
 
RuleSetCapabilities.ContextInfoNames - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
RuleSetCapabilities.ContextInfoNames() - Constructor for class com.acrolinx.services.v5.checking.RuleSetCapabilities.ContextInfoNames
 
RuleSetCapabilities.FlagTypes - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
RuleSetCapabilities.FlagTypes() - Constructor for class com.acrolinx.services.v4.checking.RuleSetCapabilities.FlagTypes
 
RuleSetCapabilities.FlagTypes - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
RuleSetCapabilities.FlagTypes() - Constructor for class com.acrolinx.services.v5.checking.RuleSetCapabilities.FlagTypes
 
RuleSetCapabilities.TermSetNames - Class in com.acrolinx.services.v4.checking
Java class for anonymous complex type.
RuleSetCapabilities.TermSetNames() - Constructor for class com.acrolinx.services.v4.checking.RuleSetCapabilities.TermSetNames
 
RuleSetCapabilities.TermSetNames - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
RuleSetCapabilities.TermSetNames() - Constructor for class com.acrolinx.services.v5.checking.RuleSetCapabilities.TermSetNames
 
RuleSetCapabilitiesImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
RuleSetCapabilitiesImpl(RuleSet, Set<CheckingOption>, Set<TermSet>, boolean) - Constructor for class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
ruleSetCapability - Variable in class com.acrolinx.services.v4.checking.LanguageOptionsResult.RuleSetCapabilities
 
ruleSetCapability - Variable in class com.acrolinx.services.v5.checking.LanguageOptionsResult.RuleSetCapabilities
 
ruleSetName - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
 
ruleSetName - Variable in class com.acrolinx.services.v4.checking.CheckSettings
 
ruleSetName - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
 
ruleSetName - Variable in class com.acrolinx.services.v5.checking.CheckSettings
 
RuleSets - Class in com.acrolinx.javasdk.api.check
A factory for creating RuleSets.
run() - Method in class com.acrolinx.javasdk.gui.actions.BroadcastMessageAction
 
run() - Method in class com.acrolinx.javasdk.gui.actions.CheckAction
 
run() - Method in class com.acrolinx.javasdk.gui.actions.CheckingKeywordDialogAction
 
run() - Method in class com.acrolinx.javasdk.gui.actions.ComparativeCheckAction
 
run() - Method in class com.acrolinx.javasdk.gui.actions.PresentOptionsAction
 
run() - Method in class com.acrolinx.javasdk.gui.checking.inline.InlineCheckMarkingStrategy
 
run(CancelableProgressMonitor) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.RunnableWithLocalizedProgress
 
run(LocalizedCancelableProgressMonitor) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.RunnableWithLocalizedProgress
 
run(CancelableProgressMonitor) - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.RunnableWithProgress
 
runInControlThread(Runnable) - Method in class com.acrolinx.javasdk.gui.threading.SingleThreadTaskManager
 
runInControlThread(Runnable) - Method in interface com.acrolinx.javasdk.gui.threading.TaskManager
runInControlThread is used for GUI frameworks which require all control operations to run in a special thread.
runInNewThread(Runnable) - Method in class com.acrolinx.javasdk.gui.threading.AbstractTaskManager
 
runInNewThread(Runnable) - Method in class com.acrolinx.javasdk.gui.threading.SingleThreadTaskManager
 
runInNewThread(Runnable) - Method in interface com.acrolinx.javasdk.gui.threading.TaskManager
If the Java SDK must run a method in a new thread it will call this method.
RunnableWithLocalizedProgress - Class in com.acrolinx.javasdk.gui.dialogs.progress
The class RunnableWithLocalizedProgress is used to easily localize progress messages.
RunnableWithLocalizedProgress(Localizer) - Constructor for class com.acrolinx.javasdk.gui.dialogs.progress.RunnableWithLocalizedProgress
 
RunnableWithProgress - Interface in com.acrolinx.javasdk.gui.dialogs.progress
The interface RunnableWithProgress is used to run tasks with progress information.
runWithProgress(RunnableWithProgress) - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.ProgressRunner
 
runWithProgress(RunnableWithProgress) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.ProgressRunnerImpl
 

S

safeValueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.CheckStatus.State
 
SampleClient - Class in com.acrolinx.javasdk.gui.swing.sample
The SampleClient shows how to provide a valid sample AcrolinxClient used to communicate with the server.
SampleClient(GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.SampleClient
 
SampleClient - Class in com.acrolinx.javasdk.gui.swt.sample
The SampleClient shows how to provide a valid sample AcrolinxClient used to communicate with the server.
SampleClient(GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.SampleClient
 
SampleExtension - Class in com.acrolinx.javasdk.gui.swing.sample.multi.extensions
The SampleExtension is a sample implementation of an integration side extension to the Acrolinx Java SDK.
SampleExtension() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtension
 
SampleExtension - Class in com.acrolinx.javasdk.gui.swt.sample.multi.extension
The SampleExtension is a sample implementation of an integration side extension to the Acrolinx Java SDK.
SampleExtensionPresenter - Class in com.acrolinx.javasdk.gui.swing.sample.multi.extensions
The SampleExtensionPresenter is used to present the view of the SampleExtension.
SampleExtensionPresenter() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionPresenter
 
SampleExtensionPresenter - Class in com.acrolinx.javasdk.gui.swt.sample.multi.extension
The SampleExtensionPresenter is used to present the view of the SampleExtension.
SampleExtensionPresenter() - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionPresenter
 
SampleExtensionSettings - Class in com.acrolinx.javasdk.gui.swing.sample.multi.extensions
The SampleExtensionSettings are the settings used by the SampleExtensionPresenter to present the current settings of the SampleExtension.
SampleExtensionSettings() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionSettings
 
SampleExtensionSettings - Class in com.acrolinx.javasdk.gui.swt.sample.multi.extension
The SampleExtensionSettings are the settings used by the SampleExtensionPresenter to present the current settings of the SampleExtension.
SampleExtensionSettings() - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionSettings
 
SampleExtensionView - Class in com.acrolinx.javasdk.gui.swing.sample.multi.extensions
SampleExtensionView() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionView
 
SampleExtensionView - Class in com.acrolinx.javasdk.gui.swt.sample.multi.extension
SampleExtensionView(Composite) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionView
 
SampleFileStyledTextExtractor - Class in com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction
The SampleFileStyledTextExtractor extracts the content of a StyledText and uses a plain text document for the text to check.
SampleFileStyledTextExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.SampleFileStyledTextExtractor
 
SampleFileTextPaneExtractor - Class in com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor
The SampleFileTextPaneExtractor extracts the content of a JTextPane and uses a plain text document for the text to check.
SampleFileTextPaneExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.SampleFileTextPaneExtractor
 
SampleHandler - Class in com.acrolinx.javasdk.gui.swt.eclipse.handlers
Our sample handler extends AbstractHandler, an IHandler base class.
SampleHandler() - Constructor for class com.acrolinx.javasdk.gui.swt.eclipse.handlers.SampleHandler
The constructor.
SampleHelpCommandCallback - Class in com.acrolinx.javasdk.gui.swing.sample
The SampleHelpCommandCallback is a sample implementation of the HelpCommandCallback opening the Java SDK help.
SampleHelpCommandCallback() - Constructor for class com.acrolinx.javasdk.gui.swing.sample.SampleHelpCommandCallback
 
SampleHelpCommandCallback - Class in com.acrolinx.javasdk.gui.swt.sample
 
SampleHelpCommandCallback() - Constructor for class com.acrolinx.javasdk.gui.swt.sample.SampleHelpCommandCallback
 
SampleTexts - Class in com.acrolinx.javasdk.gui.swing.sample.util
The SampleTexts are used to provide the top spin sample document.
SampleTexts - Class in com.acrolinx.javasdk.gui.swt.sample.util
The SampleTexts are used to provide the top spin sample document.
SampleWindowFactory - Class in com.acrolinx.javasdk.gui.swing.sample
A factory for creating the swing sample windows.
SampleWindowFactory(HandlerFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.SampleWindowFactory
 
SampleWindowFactory - Class in com.acrolinx.javasdk.gui.swt.sample
A factory for creating the SWT sample windows.
SampleWindowFactory(HandlerFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.SampleWindowFactory
 
saveProperties(Map<String, String>) - Method in interface com.acrolinx.javasdk.api.server.UserAdapter
Saves the properties persistent to Acrolinx Server.
saveProperties(Map<String, String>) - Method in class com.acrolinx.javasdk.core.server.adapter.UserAdapterImpl
 
saveProperties(Map<String, String>) - Method in class com.acrolinx.javasdk.core.server.adapter.UserPropertiesPersistenceStrategy
 
saveUserProperties(String, Properties) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
saveUserProperties(String, Properties) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.UserServiceV6Stub
 
saveUserProperties(String, Properties) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
saveUserProperties(String, Properties) - Method in interface com.acrolinx.javasdk.core.server.UserService
 
scan(TexCallback) - Method in class com.acrolinx.javasdk.core.extraction.tex.TexScanner
 
scan(int, TexSimpleCallback, String) - Method in class com.acrolinx.javasdk.core.extraction.tex.TexScanner
 
scan(ControlCharacterTokenizerScanner.ControlCharacterTokenizerScannerCallback) - Method in class com.acrolinx.javasdk.core.server.adapter.ControlCharacterTokenizerScanner
 
Scope - Enum in com.acrolinx.services.v3.feedback
Java class for Scope.
scope - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
 
scope - Variable in class com.acrolinx.services.v4.checking.RequestDescription
 
Scope - Enum in com.acrolinx.services.v4.feedback
Java class for Scope.
scope - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
 
scope - Variable in class com.acrolinx.services.v5.checking.RequestDescription
 
SCORE - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
The SCORE of the check equals Report.getCheckingScore().
SdkException - Exception in com.acrolinx.javasdk.api.exceptions
The class AcrolinxJavaSDKException is a check exception thrown by the Acrolinx Java SDK.
SdkException(Throwable) - Constructor for exception com.acrolinx.javasdk.api.exceptions.SdkException
 
SdkException(String, Throwable) - Constructor for exception com.acrolinx.javasdk.api.exceptions.SdkException
 
SdkRuntimeException - Exception in com.acrolinx.javasdk.api.exceptions
The Class SdkRuntimeException is a runtime exception that wraps most of the exceptions that may occur if you use the Acrolinx Java SDK.
SdkRuntimeException(String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.SdkRuntimeException
 
SdkRuntimeException(String, Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.SdkRuntimeException
 
SdkRuntimeException(Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.SdkRuntimeException
 
searchTerms(String, String) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
SearchTerms - Class in com.acrolinx.services.v6.terminology
Java class for searchTerms complex type.
SearchTerms() - Constructor for class com.acrolinx.services.v6.terminology.SearchTerms
 
SearchTermsResponse - Class in com.acrolinx.services.v6.terminology
Java class for searchTermsResponse complex type.
SearchTermsResponse() - Constructor for class com.acrolinx.services.v6.terminology.SearchTermsResponse
 
SegmentationComposite - Class in com.acrolinx.javasdk.gui.swt.extensions
 
SegmentationComposite(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.extensions.SegmentationComposite
 
SegmentationDefinition - Interface in com.acrolinx.javasdk.api.extraction
A SegmentationDefinition describes how to extract text from an XML document.
SegmentationDefinition.BreakLevel - Enum in com.acrolinx.javasdk.api.extraction
The Enum BreakLevel can be used to define which elements should be replaced with empty .
SegmentationDefinition.InclusionMode - Enum in com.acrolinx.javasdk.api.extraction
The SegmentationDefinition.InclusionMode defines if an element is included, excluded or soft skipped.
SegmentationDefinitionBuilder - Interface in com.acrolinx.javasdk.api.extraction
The SegmentationDefinitionBuilder builds a segmentation definition which is used to extract text from XML documents.
SegmentationDefinitionBuilderImpl - Class in com.acrolinx.javasdk.core.extraction
 
SegmentationDefinitionImpl - Class in com.acrolinx.javasdk.core.extraction
 
SegmentationExtension - Class in com.acrolinx.javasdk.gui.extensions.segmentation
The SegmentationExtension extends the option dialog with segmentation tab.
SegmentationExtension(ExtensionViewFactory<SegmentationExtensionView>, ThreadSyncWrapperAndLocalizationSetter, TagListProvider, ExtensionSettingsFactory) - Constructor for class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtension
 
SegmentationExtensionPresenter - Class in com.acrolinx.javasdk.gui.extensions.segmentation
SegmentationExtensionPresenter(TagListProvider, Localizer) - Constructor for class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionPresenter
 
SegmentationExtensionSettings - Interface in com.acrolinx.javasdk.core.extraction
The SegmentationExtensionSettings are used to represent the settings type-safe.
SegmentationExtensionSettings.DocumentTypeSegmentationSettings - Interface in com.acrolinx.javasdk.core.extraction
SegmentationExtensionSettingsImpl - Class in com.acrolinx.javasdk.gui.extensions.segmentation
The SegmentationExtensionSettingsImpl is the default implementation of the SegmentationExtensionSettings used to represent the settings type-safe.
SegmentationExtensionView - Interface in com.acrolinx.javasdk.gui.extensions.segmentation
The SegmentationExtensionView is used to display the segmentation settings in option dialog.
SegmentationPanel - Class in com.acrolinx.javasdk.gui.swing.extensions
 
SegmentationPanel() - Constructor for class com.acrolinx.javasdk.gui.swing.extensions.SegmentationPanel
 
select(URI) - Method in class com.acrolinx.javasdk.core.internal.server.proxy.AcrolinxProxySelector
 
selectedSuggestion - Variable in class com.acrolinx.services.v3.feedback.FlagFeedback
 
selectedSuggestion - Variable in class com.acrolinx.services.v4.feedback.FlagFeedback
 
SelectionComparator<ItemType> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The SelectionComparator uses a set of selected values to compare two items by occurrence in selected value set.
SelectionComparator(Set<ItemType>) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.SelectionComparator
 
SelectionScope - Enum in com.acrolinx.javasdk.gui.sessions.impl
The SelectionScope defines the scope of the current selection.
selectItem(int) - Method in class com.acrolinx.javasdk.gui.NotificationsPresenter
 
selectValues(Set<String>, JList<Object>) - Static method in class com.acrolinx.javasdk.gui.swing.ListBoxUtil
 
sentenceCount - Variable in class com.acrolinx.services.v4.checking.ResultDetails
 
sentenceCount - Variable in class com.acrolinx.services.v5.checking.ResultDetails
 
SEO - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
SeoFlagPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
The SeoFlagPoJo will be converted by ReportProxy.
SeparatorCommand - Class in com.acrolinx.javasdk.gui.dialogs.contextmenu
The class SeparatorCommand is used to separate different commands from each other.
serialize(CheckSettings) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsToPropertiesSerializer
 
serialize(PluginSettings) - Method in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsToPropertiesSerializer
 
Server210SoapTerminologyServiceFacade - Class in com.acrolinx.javasdk.core.server.adapter
For internal use only
Server210SoapTerminologyServiceFacade(String) - Constructor for class com.acrolinx.javasdk.core.server.adapter.Server210SoapTerminologyServiceFacade
 
Server27SoapWebServiceFacade - Class in com.acrolinx.javasdk.core.server.adapter
The Server27SoapWebServiceFacade is used for soap connections with server version >= 2.7.
Server27SoapWebServiceFacade(ICoreService, ICheckingService, IUserService, IFeedbackService) - Constructor for class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
ServerCapabilities - Interface in com.acrolinx.javasdk.api.server.capabilities
The capabilities for a specific Acrolinx Server.
ServerCapabilitiesImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
ServerCapabilitiesImpl(Set<LanguageCapabilities>, boolean) - Constructor for class com.acrolinx.javasdk.core.server.adapter.ServerCapabilitiesImpl
 
ServerChangeListener - Interface in com.acrolinx.javasdk.gui.dialogs.options
The ServerChangeListener is notified if the server was changed.
ServerComposite - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
The class ServerComposite is a Composite containing the controls of the ServerDialog.
ServerComposite(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerComposite
Creates the composite.
ServerConnection - Interface in com.acrolinx.javasdk.api.server
The ServerConnection is an established connection between the AcrolinxClient and the ServerEndpoint.
ServerConnectionAdapter - Interface in com.acrolinx.javasdk.core.server.adapter
ServerConnectionAdapterImpl - Class in com.acrolinx.javasdk.core.server.adapter
 
ServerConnectionAdapterImpl(ThinWsServerFacade, ApplicationStore, Session, User) - Constructor for class com.acrolinx.javasdk.core.server.adapter.ServerConnectionAdapterImpl
 
ServerConnectionProvider - Class in com.acrolinx.javasdk.gui
The class ServerConnectionProvider provides and caches connections to Acrolinx Server.
ServerConnectionProvider(AcrolinxClient, Localizer) - Constructor for class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
ServerDialog - Class in com.acrolinx.javasdk.gui.swing.dialogs.option
The class ServerDialog is a swing implementation of ServerPresenter.ServerView.
ServerDialog() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
Creates the dialog.
ServerDialog - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
The class ServerDialog is the SWT implementation of ServerPresenter.ServerView.
ServerDialog(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
Creates the dialog.
ServerDialogCallback - Interface in com.acrolinx.javasdk.gui.dialogs.options
The interface ServerDialogCallback is used to return the result of a server dialog.
ServerDialogPresenter - Interface in com.acrolinx.javasdk.gui
The interface ServerDialogPresenter is used for displaying the server dialog.
ServerEndpoint - Interface in com.acrolinx.javasdk.api.server
Represents one instance of an Acrolinx Server.
For connecting and authenticating use ServerEndpoint.connect(User).
ServerEndpointConfiguration - Interface in com.acrolinx.javasdk.api.factory
ServerEndpointConfigurationBuilder - Interface in com.acrolinx.javasdk.api.factory
ServerEndpointConfigurationBuilderImpl - Class in com.acrolinx.javasdk.core.server
 
ServerEndpointConfigurationBuilderImpl(ServerEndpointConfiguration) - Constructor for class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationBuilderImpl
 
ServerEndpointConfigurationBuilderImpl() - Constructor for class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationBuilderImpl
 
ServerEndpointConfigurationBuilderImpl(String) - Constructor for class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationBuilderImpl
 
ServerEndpointConfigurationImpl - Class in com.acrolinx.javasdk.core.server
 
serverEndpointConfigurations() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
ServerEndpointConfigurations are used to specify all relevant information to look up a ServerEndpoint.
serverEndpointConfigurations() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
serverEndpointConfigurations() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ServerEndpointConfigurationsFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating ServerEndpointConfigurations.
ServerEndpointConfigurationsFactoryImpl - Class in com.acrolinx.javasdk.core.server
 
ServerEndpointConfigurationsFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationsFactoryImpl
 
ServerEndpointImpl - Class in com.acrolinx.javasdk.core.server
 
ServerNameRenderer - Class in com.acrolinx.javasdk.gui.dialogs.options
The ServerNameRenderer renders the ConnectionSettings by displaying the server address.
ServerNameRenderer() - Constructor for class com.acrolinx.javasdk.gui.dialogs.options.ServerNameRenderer
 
ServerPresenter - Class in com.acrolinx.javasdk.gui.dialogs.options
The class ServerPresenter presents the ConnectionSettings in a ServerPresenter.ServerView.
ServerPresenter(ConnectionSettings, ServerConnectionProvider, MessageBoxDialogPresenter, ErrorBoxDialogPresenter, Localizer, ConnectionSettingsHistoryStore) - Constructor for class com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter
 
ServerPresenter.ServerView - Interface in com.acrolinx.javasdk.gui.dialogs.options
ServerPropertiesStore - Class in com.acrolinx.javasdk.gui.storage
The class ServerPropertiesStore is providing the correct ServerPropertiesStore on an Acrolinx Server.
ServerPropertiesStore(ServerConnectionProvider, ConnectionSettings) - Constructor for class com.acrolinx.javasdk.gui.storage.ServerPropertiesStore
 
ServerPropertiesStoreProvider - Class in com.acrolinx.javasdk.gui.storage
The ServerPropertiesStoreProvider is used to provide a server-based PropertiesStore for the ConnectionSettings.
ServerPropertiesStoreProvider(ServerConnectionProvider) - Constructor for class com.acrolinx.javasdk.gui.storage.ServerPropertiesStoreProvider
 
ServerSelectorComposite - Class in com.acrolinx.javasdk.gui.swt.dialogs.option
The class ServerSelectorComposite is a Composite containing all controls for displaying and changing the current server using the ServerDialog.
ServerSelectorComposite(Composite, int) - Constructor for class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerSelectorComposite
Creates the composite.
ServerSideClientPropertiesResult - Class in com.acrolinx.services.v3.core
Java class for ServerSideClientPropertiesResult complex type.
ServerSideClientPropertiesResult() - Constructor for class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult
 
ServerSideClientPropertiesResult.ClientPropertyKeys - Class in com.acrolinx.services.v3.core
Java class for anonymous complex type.
ServerSideClientPropertiesResult.ClientPropertyKeys() - Constructor for class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult.ClientPropertyKeys
 
ServerSideClientPropertiesResult.ClientPropertyValues - Class in com.acrolinx.services.v3.core
Java class for anonymous complex type.
ServerSideClientPropertiesResult.ClientPropertyValues() - Constructor for class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult.ClientPropertyValues
 
ServerSideSettingsProvider - Interface in com.acrolinx.javasdk.gui.settings.client
The ServerSideSettingsProvider provides providers for settings which are usually stored on server side.
ServerSideXmlFileStyledTextExtractor - Class in com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction
The ServerSideXmlFileStyledTextExtractor extracts the content of a StyledText and uses a string document for the text to check.
ServerSideXmlFileStyledTextExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.ServerSideXmlFileStyledTextExtractor
 
ServerSideXmlFileTextPaneExtractor - Class in com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor
The ServerSideXmlFileTextPaneExtractor extracts the content of a JTextPane and uses a string document for the text to check.
ServerSideXmlFileTextPaneExtractor(HostAppDocument, GuiFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.ServerSideXmlFileTextPaneExtractor
 
ServerVersion - Interface in com.acrolinx.javasdk.api.server.capabilities
Encapsulates version information as retrieved from the web service.
ServerVersion - Class in com.acrolinx.javasdk.core.server.adapter
The ServerVersion is used by RestServiceRegistry to parse the server version.
ServerVersion(int, int, int) - Constructor for class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
ServerVersionImpl - Class in com.acrolinx.javasdk.core.server.adapter
Bean to hold server version information.
ServerVersionImpl() - Constructor for class com.acrolinx.javasdk.core.server.adapter.ServerVersionImpl
 
ServerVersionResult - Class in com.acrolinx.services.v3.core
Java class for ServerVersionResult complex type.
ServerVersionResult() - Constructor for class com.acrolinx.services.v3.core.ServerVersionResult
 
ServerVersionResult.LicensedModules - Class in com.acrolinx.services.v3.core
Java class for anonymous complex type.
ServerVersionResult.LicensedModules() - Constructor for class com.acrolinx.services.v3.core.ServerVersionResult.LicensedModules
 
ServiceHelper - Class in com.acrolinx.javasdk.core.util
ServiceHelper must not be final for now since tests in SoapServiceRegistry depend on a mock
ServiceHelper.Services - Enum in com.acrolinx.javasdk.core.util
 
serviceName - Variable in class com.acrolinx.services.registry.GetAvailableServiceVersions
 
serviceName - Variable in class com.acrolinx.services.registry.GetServiceUri
 
ServiceRegistry - Interface in com.acrolinx.javasdk.core.server.adapter
The ServiceRegistry is used to look up a server end point.
ServiceRegistryService - Class in com.acrolinx.services.registry
This class was generated by the JAX-WS RI.
ServiceRegistryService(URL, QName) - Constructor for class com.acrolinx.services.registry.ServiceRegistryService
 
ServiceRegistryService() - Constructor for class com.acrolinx.services.registry.ServiceRegistryService
 
ServiceUnavailableException - Exception in com.acrolinx.javasdk.api.exceptions
The ServiceUnavailableException is thrown, if the Acrolinx Java SDK is unable to communicate with the server via a defined protocol.
ServiceUnavailableException(String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.ServiceUnavailableException
 
ServiceUnavailableException(String, String, Collection<Integer>, Collection<Integer>) - Constructor for exception com.acrolinx.javasdk.api.exceptions.ServiceUnavailableException
 
serviceVersion - Variable in class com.acrolinx.services.registry.GetServiceUri
 
Session - Interface in com.acrolinx.javasdk.core.server.adapter
A Session represents a session on Acrolinx Server side.
SessionArea - Enum in com.acrolinx.javasdk.core.server.adapter
The SessionArea determines the type of session that is consumed.
sessionChecked(boolean, FileName, ClientSettings, DocumentCheckSettings) - Method in interface com.acrolinx.javasdk.gui.checking.SessionHistory
 
sessionChecked(boolean, FileName, ClientSettings, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
SessionHistory - Interface in com.acrolinx.javasdk.gui.checking
The SessionHistory is used to store a history of sessions and their ClientSettings.
SessionHistoryImpl - Class in com.acrolinx.javasdk.gui.checking
The SessionHistoryImpl is the default implementation of SessionHistory used to store the ClientSettings of the last 2000 checks for comparative checking.
SessionHistoryImpl(SystemFacade, CheckAcceptenceStrategy) - Constructor for class com.acrolinx.javasdk.gui.checking.SessionHistoryImpl
 
sessionId - Variable in class com.acrolinx.services.v3.core.GetBroadcastMessages
 
sessionId - Variable in class com.acrolinx.services.v3.core.ReleaseSession
 
sessionId - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntry
 
sessionId - Variable in class com.acrolinx.services.v3.feedback.SubmitFlagFeedback
 
sessionId - Variable in class com.acrolinx.services.v4.checking.AggregateCheckReports
 
sessionId - Variable in class com.acrolinx.services.v4.checking.CancelCheck
 
sessionId - Variable in class com.acrolinx.services.v4.checking.GetCheckDocumentResult
 
sessionId - Variable in class com.acrolinx.services.v4.checking.GetCheckResultContents
 
sessionId - Variable in class com.acrolinx.services.v4.checking.GetCheckStatus
 
sessionId - Variable in class com.acrolinx.services.v4.checking.ReleaseCheckResult
 
sessionId - Variable in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequest
 
sessionId - Variable in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequest
 
sessionId - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntry
 
sessionId - Variable in class com.acrolinx.services.v4.feedback.SubmitFlagFeedback
 
sessionId - Variable in class com.acrolinx.services.v5.checking.AggregateCheckReports
 
sessionId - Variable in class com.acrolinx.services.v5.checking.CancelCheck
 
sessionId - Variable in class com.acrolinx.services.v5.checking.GetCheckDocumentResult
 
sessionId - Variable in class com.acrolinx.services.v5.checking.GetCheckResultContents
 
sessionId - Variable in class com.acrolinx.services.v5.checking.GetCheckStatus
 
sessionId - Variable in class com.acrolinx.services.v5.checking.ReleaseCheckResult
 
sessionId - Variable in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequest
 
sessionId - Variable in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequest
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.CreateDump
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.DeployTerminology
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.ExportTerminology
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.FindTerms
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.GetCreateDumpResult
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.GetRestoreDumpResult
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.ImportTerminology
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.LookupLinkedTerms
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.RestoreDump
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.SearchTerms
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequest
 
sessionId - Variable in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequest
 
SessionImpl - Class in com.acrolinx.javasdk.core.server.adapter
The SessionImpl is an Acrolinx Server user session.
SessionImpl(AuthorizationManager, ThinWsServerFacade, ClientInformation, SessionArea) - Constructor for class com.acrolinx.javasdk.core.server.adapter.SessionImpl
 
SessionProvider - Class in com.acrolinx.javasdk.gui.sessions
The SessionProvider implements all specialized session providers and maps them to a DocumentSessionProvider.
SessionProvider(DocumentSessionProvider, DocumentCheckSettingsStoreProvider) - Constructor for class com.acrolinx.javasdk.gui.sessions.SessionProvider
 
Sessions - Class in com.acrolinx.javasdk.core.server.adapter
Sessions provides access to the different types of sessions.
See: SessionArea
Sessions(AuthorizationManager, ThinWsServerFacade, ClientInformation) - Constructor for class com.acrolinx.javasdk.core.server.adapter.Sessions
 
sessionType - Variable in class com.acrolinx.services.v3.core.RequestSessionRequest
 
SessionType - Enum in com.acrolinx.services.v3.core
Java class for SessionType.
setAction(Action) - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Sets the value of the action property.
setAction(Action) - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Sets the value of the action property.
setActionText(String) - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Sets the value of the actionText property.
setActionText(String) - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Sets the value of the actionText property.
setActiveMarkingAndGetCommands(Key, GuiUpdateListener) - Method in interface com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionController
 
setActiveMarkingAndShowPopup(Area, Key, GuiUpdateListener) - Method in interface com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionController
Sets the active marking (highlighting it with the active color) and shows the context menu.
setAnnotatedInputXmlUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Sets the value of the annotatedInputXmlUrl property.
setAnnotatedInputXmlUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Sets the value of the annotatedInputXmlUrl property.
setAttributeInfos(CheckDocumentMtomRequest.AttributeInfos) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the attributeInfos property.
setAttributeInfos(CheckDocumentRequest.AttributeInfos) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the attributeInfos property.
setAttributeInfos(CheckDocumentMtomRequest.AttributeInfos) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the attributeInfos property.
setAttributeInfos(CheckDocumentRequest.AttributeInfos) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the attributeInfos property.
setAttributeName(String) - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Sets the value of the attributeName property.
setAttributeName(String) - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Sets the value of the attributeName property.
setAttributes(Map<String, String>) - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
setAttributesToExtract(String) - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Sets the attributes which should be extracted from the XML document.
setAttributesToExtract(String) - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
setAttributeValue(String) - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Sets the value of the attributeValue property.
setAttributeValue(String) - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Sets the value of the attributeValue property.
setAuthor(String) - Method in class com.acrolinx.services.v4.checking.RequestDescription
Sets the value of the author property.
setAuthor(String) - Method in class com.acrolinx.services.v5.checking.RequestDescription
Sets the value of the author property.
setAuthToken(String) - Method in class com.acrolinx.services.v3.core.GetSignatureChallenge
Sets the value of the authToken property.
setAuthToken(String) - Method in class com.acrolinx.services.v3.core.RequestSession
Sets the value of the authToken property.
setAuthToken(String) - Method in class com.acrolinx.services.v4.user.GetAllAvailablePrivileges
Sets the value of the authToken property.
setAuthToken(String) - Method in class com.acrolinx.services.v4.user.GetGrantedPrivileges
Sets the value of the authToken property.
setAuthToken(String) - Method in class com.acrolinx.services.v4.user.GetUserProperties
Sets the value of the authToken property.
setAuthToken(String) - Method in class com.acrolinx.services.v4.user.GetUserProperty
Sets the value of the authToken property.
setAuthToken(String) - Method in class com.acrolinx.services.v4.user.HasNamedPrivilege
Sets the value of the authToken property.
setAuthToken(String) - Method in class com.acrolinx.services.v4.user.StoreUserProperties
Sets the value of the authToken property.
setAvailable(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.CheckBoxController
Sets if checkbox should be available.
setBatchFlagId(int) - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Sets the value of the batchFlagId property.
setBatchFlagId(int) - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Sets the value of the batchFlagId property.
setBeginOffset(int) - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Sets the value of the beginOffset property.
setBeginOffset(int) - Method in class com.acrolinx.services.v4.checking.ContextInfo
Sets the value of the beginOffset property.
setBeginOffset(int) - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Sets the value of the beginOffset property.
setBody(String) - Method in class com.acrolinx.services.v3.core.Message
Sets the value of the body property.
setBold(Command, ToolItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
setBold(Command, MenuItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
setBooleanProperty(String, boolean) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
setBooleanProperty(String, boolean) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
setBooleanProperty(String, boolean) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
setBroadcastMessages(BroadcastMessagesResult.BroadcastMessages) - Method in class com.acrolinx.services.v3.core.BroadcastMessagesResult
Sets the value of the broadcastMessages property.
setBuildDate(String) - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Sets the value of the buildDate property.
setBuildNumber(String) - Method in class com.acrolinx.services.v3.core.ClientInfo
Sets the value of the buildNumber property.
setBuildNumber(String) - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Sets the value of the buildNumber property.
setButtons(MessageBoxButtons) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MessageBoxButtonsHandler
 
setCancelable(boolean) - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.CancelableProgressMonitor
 
setCancelable(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
setCaption(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.CaptionHandler
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.CaptionHandlerTextHandlerAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.TextHandlerNamedHandlerAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.HideableCaptionButtonHandlerSwingButtonAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.NamedToggleSwingToggleButtonAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionHandlerSwtTabItemAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.NamedToggleHandlerSwtAdapter
 
setCaption(String) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.adapter.CaptionHandlerPreferencePageTitleHandler
 
setCaretAtStartOfKey(Key) - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingNavigator
 
setCaretAtStartOfKey(Key) - Method in interface com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator
 
setCaretOffset(int) - Method in interface com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetEditorView
 
setCaretOffset(int) - Method in class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
setChecked(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.CheckBoxController
Sets the checked is available.
setChecked(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryToggleHandler
 
setChecked(boolean) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ToggleHandler
 
setChecked(boolean, ToolItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
setChecked(boolean, MenuItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
setChecked(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ToggleHandlerSwtButtonAdapter
 
setCheckId(int) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
setCheckId(String) - Method in class com.acrolinx.services.v4.checking.CancelCheck
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v4.checking.GetCheckDocumentResult
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v4.checking.GetCheckResultContents
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v4.checking.GetCheckStatus
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v4.checking.ReleaseCheckResult
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v5.checking.CancelCheck
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v5.checking.GetCheckDocumentResult
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v5.checking.GetCheckResultContents
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v5.checking.GetCheckStatus
Sets the value of the checkId property.
setCheckId(String) - Method in class com.acrolinx.services.v5.checking.ReleaseCheckResult
Sets the value of the checkId property.
setCheckOptionsEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferencePage
 
setCheckOptionsEnabled(boolean) - Method in interface com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceView
Enables or disabled check options.
setCheckPriority(CheckPriority) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the checkPriority property.
setCheckPriority(CheckPriority) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the checkPriority property.
setCheckPriority(CheckPriority) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the checkPriority property.
setCheckPriority(CheckPriority) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the checkPriority property.
setCheckReportJsonUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Sets the value of the checkReportJsonUrl property.
setCheckReportJsonUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Sets the value of the checkReportJsonUrl property.
setCheckReportXmlUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Sets the value of the checkReportXmlUrl property.
setCheckReportXmlUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Sets the value of the checkReportXmlUrl property.
setCheckResultType(CheckResultType) - Method in class com.acrolinx.services.v4.checking.GetCheckResultContents
Sets the value of the checkResultType property.
setCheckResultType(CheckResultType) - Method in class com.acrolinx.services.v5.checking.GetCheckResultContents
Sets the value of the checkResultType property.
setCheckSeo(boolean) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
setCheckSettings(CheckSettings) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
setCheckSettings(CheckSettings) - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
setCheckSettings(CheckSettings) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the checkSettings property.
setCheckSettings(CheckSettings) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the checkSettings property.
setCheckSettings(CheckSettings) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the checkSettings property.
setCheckSettings(CheckSettings) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the checkSettings property.
setClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryToggleHandler
 
setClickHandler(ClickHandler) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ToggleHandler
 
setClickHandler(ClickHandler) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ToggleHandlerSwtButtonAdapter
 
setClientHostApplication(String) - Method in class com.acrolinx.services.v3.core.ClientInfo
Sets the value of the clientHostApplication property.
setClientHostname(String) - Method in class com.acrolinx.services.v3.core.ClientInfo
Sets the value of the clientHostname property.
setClientInfo(ClientInfo) - Method in class com.acrolinx.services.v3.core.RequestSessionRequest
Sets the value of the clientInfo property.
setClientLocale(String) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the clientLocale property.
setClientLocale(String) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the clientLocale property.
setClientLocale(String) - Method in class com.acrolinx.services.v4.checking.GetAvailableLanguages
Sets the value of the clientLocale property.
setClientLocale(String) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the clientLocale property.
setClientLocale(String) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the clientLocale property.
setClientLocale(String) - Method in class com.acrolinx.services.v5.checking.GetAvailableLanguages
Sets the value of the clientLocale property.
setClientLoginName(String) - Method in class com.acrolinx.services.v3.core.ClientInfo
Sets the value of the clientLoginName property.
setClientPropertyKeys(ServerSideClientPropertiesResult.ClientPropertyKeys) - Method in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult
Sets the value of the clientPropertyKeys property.
setClientPropertyValues(ServerSideClientPropertiesResult.ClientPropertyValues) - Method in class com.acrolinx.services.v3.core.ServerSideClientPropertiesResult
Sets the value of the clientPropertyValues property.
setClientSessionId(String) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
setClientSignature(String) - Method in class com.acrolinx.services.v3.core.RequestSessionRequest
Sets the value of the clientSignature property.
setColor(MarkingColor) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ColorHandler
 
setColor(MarkingColor) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryColorHandler
 
setColor(MarkingColor) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryTextHandler
 
setColor(MarkingColor) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingLabelAdapter
 
setColor(MarkingColor) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtLabelAdapter
 
setColumns(Column...) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MultiColumnListHandler
 
setColumns(Column...) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
setConfigurationName(String) - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyRequest
Sets the value of the configurationName property.
setConfigurationName(String) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Sets the value of the configurationName property.
setConnectionSettings(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
setConnectionSettings(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
setContextInfoNames(RuleSetCapabilities.ContextInfoNames) - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Sets the value of the contextInfoNames property.
setContextInfoNames(RuleSetCapabilities.ContextInfoNames) - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Sets the value of the contextInfoNames property.
setContextInfos(CheckDocumentMtomRequest.ContextInfos) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the contextInfos property.
setContextInfos(CheckDocumentRequest.ContextInfos) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the contextInfos property.
setContextInfos(CheckDocumentMtomRequest.ContextInfos) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the contextInfos property.
setContextInfos(CheckDocumentRequest.ContextInfos) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the contextInfos property.
setContextMenuPositionForStepMode(Area) - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
setContextMenuPositionForStepMode(Area) - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
Sets the context menu position for step mode.
setContextMenuPositionForStepMode(Area) - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
SetContextMenuPresenter - Interface in com.acrolinx.javasdk.gui
The interface SetContextMenuPresenter is used for displaying a dialog for the context menu position.
setCount(int) - Method in class com.acrolinx.services.v5.checking.FlagResultDetails
Sets the value of the count property.
setCsdName(String) - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Sets the name of the context segmentation definition (CSD).
setCsdName(String) - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
setCustomAdmittedTermFlagName(JAXBElement<String>) - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Sets the value of the customAdmittedTermFlagName property.
setCustomAdmittedTermFlagName(JAXBElement<String>) - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Sets the value of the customAdmittedTermFlagName property.
setData(byte[]) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Sets the value of the data property.
setData(byte[]) - Method in class com.acrolinx.services.v6.terminology.RestoreDumpRequest
Sets the value of the data property.
setDefault() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.ButtonComposite
 
setDefault() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ButtonHandler
Sets the button as form default button (button click by pressing Enter).
setDefault() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
setDefault() - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerSwingButtonAdapter
 
setDefault() - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerWindowCloseAdapter
 
setDefault() - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSWTButtonAdapter
 
setDefault() - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSwtLabelAdapter
 
setDefault() - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
setDefaultAuthenticator(Authenticator) - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
setDependingLogger(Logger) - Method in class com.acrolinx.javasdk.gui.dialogs.options.Log4JHandler
 
setDeployTerminologyAfterImport(boolean) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Sets the value of the deployTerminologyAfterImport property.
setDescription(String) - Method in class com.acrolinx.services.v5.checking.KeywordList
Sets the value of the description property.
setDescription(String) - Method in class com.acrolinx.services.v5.checking.Wordlist
Sets the value of the description property.
setDetailedMessage(String) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
setDetailLogUrl(String) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Sets the value of the detailLogUrl property.
setDialogPositioningStrategy(DialogPositioningStrategy) - Method in interface com.acrolinx.javasdk.gui.ViewFactory
 
setDisplayName(String) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocument
 
setDisplayName(String) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocument
 
setDocumentFlagCount(int) - Method in class com.acrolinx.services.v4.checking.ResultDetails
Sets the value of the documentFlagCount property.
setDocumentFlagCount(int) - Method in class com.acrolinx.services.v5.checking.ResultDetails
Sets the value of the documentFlagCount property.
setDocumentScore(int) - Method in class com.acrolinx.services.v4.checking.ResultDetails
Sets the value of the documentScore property.
setDocumentScore(int) - Method in class com.acrolinx.services.v5.checking.ResultDetails
Sets the value of the documentScore property.
setDocumentStatus(DocumentStatus) - Method in class com.acrolinx.services.v4.checking.ResultDetails
Sets the value of the documentStatus property.
setDocumentStatus(DocumentStatus) - Method in class com.acrolinx.services.v5.checking.ResultDetails
Sets the value of the documentStatus property.
setDomain(String) - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Sets the value of the domain property.
setDumpCreationRequest(DumpCreationRequest) - Method in class com.acrolinx.services.v6.terminology.CreateDump
Sets the value of the dumpCreationRequest property.
setDumpCreationRequest(DumpCreationRequest) - Method in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequest
Sets the value of the dumpCreationRequest property.
setDumpFileUrl(String) - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Sets the value of the dumpFileUrl property.
setDumpId(String) - Method in class com.acrolinx.services.v6.terminology.CreateDumpRequestId
Sets the value of the dumpId property.
setDumpId(String) - Method in class com.acrolinx.services.v6.terminology.RestoreDumpRequestId
Sets the value of the dumpId property.
setDumpRestoreRequest(RestoreDumpRequest) - Method in class com.acrolinx.services.v6.terminology.RestoreDump
Sets the value of the dumpRestoreRequest property.
setDumpRestoreRequest(RestoreDumpRequest) - Method in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequest
Sets the value of the dumpRestoreRequest property.
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.ButtonComposite
 
setEnabled(boolean) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.CanEnable
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.CaptionHandlerTextHandlerAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.ListController
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiColumnListController
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryTextHandler
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryToggleHandler
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.TextHandlerNamedHandlerAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerSwingButtonAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerWindowCloseAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MultiSelectionListHandlerSwingListAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.NamedToggleSwingToggleButtonAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.RadioButtonCellRanderer
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJComboBoxAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJListAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingDialogAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingLabelAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTextComponentAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTitledBorderAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSWTButtonAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSwtLabelAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionHandlerSwtTabItemAdapter
 
setEnabled(boolean, ToolItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
setEnabled(boolean, MenuItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiSelectionListHandlerSwtTableAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtComboAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtListAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtButtonAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtLabelAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtShellAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtStyledTextAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtTextAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ToggleHandlerSwtButtonAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.NamedToggleHandlerSwtAdapter
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.adapter.CaptionHandlerPreferencePageTitleHandler
 
setEnabled(boolean) - Method in class com.acrolinx.javasdk.gui.swt.extensions.LinkLabel
 
setEncodingName(String) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the encodingName property.
setEncodingName(String) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the encodingName property.
setEncryptedOrPlaintextPassword(String) - Method in class com.acrolinx.services.v3.core.GetAuthToken
Sets the value of the encryptedOrPlaintextPassword property.
setEndOffset(int) - Method in class com.acrolinx.services.v4.checking.AttributeInfo
Sets the value of the endOffset property.
setEndOffset(int) - Method in class com.acrolinx.services.v4.checking.ContextInfo
Sets the value of the endOffset property.
setEndOffset(int) - Method in class com.acrolinx.services.v5.checking.AttributeInfo
Sets the value of the endOffset property.
setEndTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Sets the value of the endTimeInMilliSeconds property.
setEndTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Sets the value of the endTimeInMilliSeconds property.
setEndTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Sets the value of the endTimeInMilliSeconds property.
setEndTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResult
Sets the value of the endTimeInMilliSeconds property.
setEntityConversionFilePath(String) - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Sets the entity conversion file path.
setEntityConversionFilePath(String) - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
setEntryId(String) - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Sets the value of the entryId property.
setErrorMessage(String) - Method in interface com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceView
 
setEscape() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.ButtonComposite
 
setEscape() - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ButtonHandler
Sets the button as form escape button (button click by pressing Escape).
setEscape() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
setEscape() - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerSwingButtonAdapter
 
setEscape() - Method in class com.acrolinx.javasdk.gui.swing.adapter.ButtonHandlerWindowCloseAdapter
 
setEscape() - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSWTButtonAdapter
 
setEscape() - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSwtLabelAdapter
 
setEscape() - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
setExportFileUrl(String) - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Sets the value of the exportFileUrl property.
setExportTerminologyRequest(ExportTerminologyRequest) - Method in class com.acrolinx.services.v6.terminology.ExportTerminology
Sets the value of the exportTerminologyRequest property.
setFeedback(SubmitFlagFeedbackRequest) - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedback
Sets the value of the feedback property.
setFeedback(SubmitFlagFeedbackRequest) - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedback
Sets the value of the feedback property.
setFile(File) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocument
 
setFile(File) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocument
 
setFlag(FlagPoJo) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Match
 
setFlagFeedbacks(SubmitFlagFeedbackRequest.FlagFeedbacks) - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest
Sets the value of the flagFeedbacks property.
setFlagFeedbacks(SubmitFlagFeedbackRequest.FlagFeedbacks) - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest
Sets the value of the flagFeedbacks property.
setFlagId(int) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
setFlagId(int) - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Sets the value of the flagId property.
setFlagId(int) - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Sets the value of the flagId property.
setFlagResultDetails(ResultDetails.FlagResultDetails) - Method in class com.acrolinx.services.v5.checking.ResultDetails
Sets the value of the flagResultDetails property.
setFlagTypes(RuleSetCapabilities.FlagTypes) - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Sets the value of the flagTypes property.
setFlagTypes(RuleSetCapabilities.FlagTypes) - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Sets the value of the flagTypes property.
setFormat(String) - Method in class com.acrolinx.services.v4.checking.RequestDescription
Sets the value of the format property.
setFormat(String) - Method in class com.acrolinx.services.v5.checking.RequestDescription
Sets the value of the format property.
setFormat(String) - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Sets the value of the format property.
setFrame(JFrame) - Method in class com.acrolinx.javasdk.gui.swing.sample.SwingMainWindow
 
setGroupId(String) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
setGuiUpdateListener(GuiUpdateListener) - Method in interface com.acrolinx.javasdk.gui.sessions.DocumentSession
setGuiUpdateListener(GuiUpdateListener) - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
setHttpsURLConnectionDefaultHostnameVerifier(HostnameVerifier) - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
setHttpsURLConnectionDefaultSSLSocketFactory(SSLSocketFactory) - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
setIcon(MessageBoxIcon) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MessageBoxIconHandler
 
setId(Integer) - Method in class com.acrolinx.services.v3.core.LicensingFault
Sets the value of the id property.
setId(String) - Method in class com.acrolinx.services.v4.checking.RequestDescription
Sets the value of the id property.
setId(String) - Method in class com.acrolinx.services.v5.checking.RequestDescription
Sets the value of the id property.
setImage(URL) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ImageHandler
 
setImage(AbstractButton, Image) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
setImage(Command, AbstractButton) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
setImage(URL) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ImageHandlerSwingButtonAdapter
 
setImage(URL) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ImageHandlerSwingLabelAdapter
 
setImage(URL) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ImageHandlerSwtButtonAdapter
 
setImage(URL) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ImageHandlerSwtLabelAdapter
 
setImportance(Importance) - Method in class com.acrolinx.services.v3.core.Message
Sets the value of the importance property.
setImportTerminologyRequest(ImportTerminologyRequest) - Method in class com.acrolinx.services.v6.terminology.ImportTerminology
Sets the value of the importTerminologyRequest property.
setInputDescriptionId(String) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Sets the value of the inputDescriptionId property.
setInputDescriptionId(String) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Sets the value of the inputDescriptionId property.
setInputType(String) - Method in interface com.acrolinx.javasdk.api.extraction.SegmentationDefinitionBuilder
Sets the input type.
setInputType(String) - Method in class com.acrolinx.javasdk.core.extraction.SegmentationDefinitionBuilderImpl
 
setInstance(ClientExtensionProvider) - Static method in class com.acrolinx.javasdk.gui.swt.eclipse.EclipseClientExtensionProvider
 
setInstance(GuiCheckController) - Static method in class com.acrolinx.javasdk.gui.swt.eclipse.GuiCheckControllerProvider
Sets the instance of GuiCheckController.
setIntProperty(String, int) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
setIntProperty(String, int) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
setIntProperty(String, int) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
setIsComplete(boolean) - Method in class com.acrolinx.services.v4.checking.RequestDescription
Sets the value of the isComplete property.
setIsComplete(boolean) - Method in class com.acrolinx.services.v5.checking.RequestDescription
Sets the value of the isComplete property.
setIsFinished(boolean) - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResult
Sets the value of the isFinished property.
setIsReady(boolean) - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Sets the value of the isReady property.
setKeywordList(KeywordList) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the keywordList property.
setKeywordList(KeywordList) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the keywordList property.
setLanguage(String) - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Sets the value of the language property.
setLanguageId(String) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Sets the value of the languageId property.
setLanguageId(String) - Method in class com.acrolinx.services.v4.checking.CheckSettings
Sets the value of the languageId property.
setLanguageId(String) - Method in class com.acrolinx.services.v4.checking.GetLanguageCapabilities
Sets the value of the languageId property.
setLanguageId(String) - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Sets the value of the languageId property.
setLanguageId(String) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Sets the value of the languageId property.
setLanguageId(String) - Method in class com.acrolinx.services.v5.checking.CheckSettings
Sets the value of the languageId property.
setLanguageId(String) - Method in class com.acrolinx.services.v5.checking.GetLanguageCapabilities
Sets the value of the languageId property.
setLanguageId(String) - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Sets the value of the languageId property.
setLanguageIds(AvailableLanguagesResult.LanguageIds) - Method in class com.acrolinx.services.v4.checking.AvailableLanguagesResult
Sets the value of the languageIds property.
setLanguageIds(AvailableLanguagesResult.LanguageIds) - Method in class com.acrolinx.services.v5.checking.AvailableLanguagesResult
Sets the value of the languageIds property.
setLanguageServerInstance(String) - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Sets the value of the languageServerInstance property.
setLanguageServerInstance(String) - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Sets the value of the languageServerInstance property.
setLastRequestTimeInMilliseconds(long) - Method in class com.acrolinx.services.v3.core.GetBroadcastMessages
Sets the value of the lastRequestTimeInMilliseconds property.
setLicensedModules(ServerVersionResult.LicensedModules) - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Sets the value of the licensedModules property.
setListProperty(String, Collection<String>) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
setListProperty(String, Collection<String>) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
setListProperty(String, Collection<String>) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
setLocale(Locale) - Method in interface com.acrolinx.javasdk.localization.Localizer
 
setLocale(Locale) - Method in class com.acrolinx.javasdk.localization.LocalizerImpl
 
setLocalizedLanguageNames(AvailableLanguagesResult.LocalizedLanguageNames) - Method in class com.acrolinx.services.v4.checking.AvailableLanguagesResult
Sets the value of the localizedLanguageNames property.
setLocalizedLanguageNames(AvailableLanguagesResult.LocalizedLanguageNames) - Method in class com.acrolinx.services.v5.checking.AvailableLanguagesResult
Sets the value of the localizedLanguageNames property.
setLoggerFactory(LoggerFactory) - Static method in class com.acrolinx.javasdk.api.factory.AcrolinxFactoryInstantiator
 
setLoggerFactory(LoggerFactory) - Static method in class com.acrolinx.javasdk.gui.GuiFactoryInstantiator
Sets the logger factory.
setLoggerFactoryWithLog4jLogging() - Static method in class com.acrolinx.javasdk.api.factory.AcrolinxFactoryInstantiator
 
setLoggerFactoryWithLog4jLogging() - Static method in class com.acrolinx.javasdk.gui.GuiFactoryInstantiator
Sets the logger factory with log4j logging.
setLongProperty(String, long) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
setLongProperty(String, long) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
setLongProperty(String, long) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
setMaxRulePriority(int) - Method in class com.acrolinx.services.v4.checking.CheckSettings
Sets the value of the maxRulePriority property.
setMaxRulePriority(int) - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Sets the value of the maxRulePriority property.
setMaxRulePriority(int) - Method in class com.acrolinx.services.v5.checking.CheckSettings
Sets the value of the maxRulePriority property.
setMaxRulePriority(int) - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Sets the value of the maxRulePriority property.
SetMenuPositionCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class SetMenuPositionCommandClickHandler is used to display a dialog to set the position of the context menu.
SetMenuPositionCommandClickHandler(SetContextMenuPresenter, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.SetMenuPositionCommandClickHandler
 
SetMenuPositonCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class SetMenuPositonCommand displays a dialog for setting the position of the context menu.
SetMenuPositonCommand(Localizer, ImageResourceLoader, boolean, Listener, SetContextMenuPresenter, DocumentSessionControllerProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.SetMenuPositonCommand
 
setMessage(String) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
setMessage(String) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
setMessage(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.CancelableProgressMonitor
 
setMessage(String) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
setMessage(Identifier) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
setMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Sets the value of the metaInfo property.
setMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the metaInfo property.
setMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the metaInfo property.
setMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Sets the value of the metaInfo property.
setMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the metaInfo property.
setMetaInfo(MetaInfo) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the metaInfo property.
setName(String) - Method in class com.acrolinx.services.v3.core.ClientInfo
Sets the value of the name property.
setName(String) - Method in class com.acrolinx.services.v4.checking.ContextInfo
Sets the value of the name property.
setName(String) - Method in class com.acrolinx.services.v4.checking.RequestDescription
Sets the value of the name property.
setName(String) - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Sets the value of the name property.
setName(String) - Method in class com.acrolinx.services.v5.checking.ContextInfo
Sets the value of the name property.
setName(String) - Method in class com.acrolinx.services.v5.checking.RequestDescription
Sets the value of the name property.
setName(String) - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Sets the value of the name property.
setNumberOfActuallyImportedTerms(int) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Sets the value of the numberOfActuallyImportedTerms property.
setNumberOfActuallyRemovedTerms(int) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Sets the value of the numberOfActuallyRemovedTerms property.
setNumberOfTotallyExportedTerms(int) - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Sets the value of the numberOfTotallyExportedTerms property.
setNumberOfTotallyReadTerms(int) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Sets the value of the numberOfTotallyReadTerms property.
setOnClickHandler(SelectionListener, ToolItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
setOnClickHandler(SelectionListener, MenuItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
setOptionDialogInitializerForNextCreateContents(AcrolinxOptionsPreferenceInitializer) - Static method in class com.acrolinx.javasdk.gui.swt.eclipse.dialogs.AcrolinxOptionsPreferenceInitializer
Sets the option dialog initializer for next create contents.
setPassword(String) - Method in class com.acrolinx.services.v3.core.CreateUser
Sets the value of the password property.
setPasswordEncryptionScheme(String) - Method in class com.acrolinx.services.v3.core.CreateUser
Sets the value of the passwordEncryptionScheme property.
setPercentCurrentRunningPhase(double) - Method in class com.acrolinx.services.v4.checking.CheckStatusResult
Sets the value of the percentCurrentRunningPhase property.
setPercentCurrentRunningPhase(double) - Method in class com.acrolinx.services.v5.checking.CheckStatusResult
Sets the value of the percentCurrentRunningPhase property.
setPermanent(Boolean) - Method in class com.acrolinx.services.v3.core.LicensingFault
Sets the value of the permanent property.
setPluginSettings(PluginSettings) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
 
setPluginSettings(PluginSettings) - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
setPositioningStrategy(DialogPositioningStrategy) - Method in interface com.acrolinx.javasdk.gui.dialogs.views.AcceptsPositioningStrategy
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.correction.CorrectionDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.OptionDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ServerDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.result.ResultDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.seo.keywords.KeyWordsDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.OptionDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ServerDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.result.ResultDialog
 
setPositioningStrategy(DialogPositioningStrategy) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.seo.keywords.KeyWordsDialog
 
setPreconditionFailureHandling(Preconditions.PreconditionFailureHandling) - Static method in class com.acrolinx.javasdk.api.validation.Preconditions
Sets the precondition failure handling.
setPriority(int) - Method in class com.acrolinx.services.v4.checking.ContextInfo
Sets the value of the priority property.
setPrivilegeName(String) - Method in class com.acrolinx.services.v4.user.HasNamedPrivilege
Sets the value of the privilegeName property.
setProperty(String, String) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
setProperty(String, String) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
setProperty(String, String) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
setPropertyName(String) - Method in class com.acrolinx.services.v4.user.GetUserProperty
Sets the value of the propertyName property.
setProtocolName(String) - Method in class com.acrolinx.services.registry.GetAvailableServiceVersions
Sets the value of the protocolName property.
setProtocolName(String) - Method in class com.acrolinx.services.registry.GetServiceUri
Sets the value of the protocolName property.
setProxyConfiguraton(ProxySettings) - Method in class com.acrolinx.javasdk.core.internal.server.proxy.AcrolinxProxySelector
 
setQuery(String) - Method in class com.acrolinx.services.v6.terminology.SearchTerms
Sets the value of the query property.
setReadonlyOffsets(Offsets) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the readonlyOffsets property.
setReadonlyOffsets(Offsets) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the readonlyOffsets property.
setRelativeDependencyMd5Hashes(CheckReportDependenciesResult.RelativeDependencyMd5Hashes) - Method in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult
Sets the value of the relativeDependencyMd5Hashes property.
setRelativeDependencyMd5Hashes(CheckReportDependenciesResult.RelativeDependencyMd5Hashes) - Method in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult
Sets the value of the relativeDependencyMd5Hashes property.
setRelativeDependencyPaths(CheckReportDependenciesResult.RelativeDependencyPaths) - Method in class com.acrolinx.services.v4.checking.CheckReportDependenciesResult
Sets the value of the relativeDependencyPaths property.
setRelativeDependencyPaths(CheckReportDependenciesResult.RelativeDependencyPaths) - Method in class com.acrolinx.services.v5.checking.CheckReportDependenciesResult
Sets the value of the relativeDependencyPaths property.
setReportLanguage(Language) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
Sets the report language.
setRequest(RequestSessionRequest) - Method in class com.acrolinx.services.v3.core.RequestSession
Sets the value of the request property.
setRequest(SubmitDictionaryEntryRequest) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntry
Sets the value of the request property.
setRequest(DataHandler) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the request property.
setRequest(String) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the request property.
setRequest(CheckDocumentMtomRequest) - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequest
Sets the value of the request property.
setRequest(CheckDocumentRequest) - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequest
Sets the value of the request property.
setRequest(SubmitDictionaryEntryRequest) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntry
Sets the value of the request property.
setRequest(StoreUserPropertiesRequest) - Method in class com.acrolinx.services.v4.user.StoreUserProperties
Sets the value of the request property.
setRequest(DataHandler) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the request property.
setRequest(String) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the request property.
setRequest(CheckDocumentMtomRequest) - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequest
Sets the value of the request property.
setRequest(CheckDocumentRequest) - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequest
Sets the value of the request property.
setRequest(FindTermsRequest) - Method in class com.acrolinx.services.v6.terminology.FindTerms
Sets the value of the request property.
setRequest(LookupLinkedTermsRequest) - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTerms
Sets the value of the request property.
setRequestDescription(RequestDescription) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the requestDescription property.
setRequestDescription(RequestDescription) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the requestDescription property.
setRequestDescription(RequestDescription) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the requestDescription property.
setRequestDescription(RequestDescription) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the requestDescription property.
setRequestedCheckResultTypes(CheckDocumentMtomRequest.RequestedCheckResultTypes) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the requestedCheckResultTypes property.
setRequestedCheckResultTypes(CheckDocumentRequest.RequestedCheckResultTypes) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the requestedCheckResultTypes property.
setRequestedCheckResultTypes(CheckDocumentMtomRequest.RequestedCheckResultTypes) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the requestedCheckResultTypes property.
setRequestedCheckResultTypes(CheckDocumentRequest.RequestedCheckResultTypes) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the requestedCheckResultTypes property.
setRequestedFlagTypes(CheckSettings.RequestedFlagTypes) - Method in class com.acrolinx.services.v4.checking.CheckSettings
Sets the value of the requestedFlagTypes property.
setRequestedFlagTypes(CheckSettings.RequestedFlagTypes) - Method in class com.acrolinx.services.v5.checking.CheckSettings
Sets the value of the requestedFlagTypes property.
setRequestFormat(RequestFormat) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the requestFormat property.
setRequestFormat(RequestFormat) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the requestFormat property.
setRequestFormat(RequestFormat) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the requestFormat property.
setRequestFormat(RequestFormat) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the requestFormat property.
setRequestId(CreateDumpRequestId) - Method in class com.acrolinx.services.v6.terminology.GetCreateDumpResult
Sets the value of the requestId property.
setRequestId(RestoreDumpRequestId) - Method in class com.acrolinx.services.v6.terminology.GetRestoreDumpResult
Sets the value of the requestId property.
setRequestTimeInMilliseconds(long) - Method in class com.acrolinx.services.v3.core.BroadcastMessagesResult
Sets the value of the requestTimeInMilliseconds property.
setResultDetails(JAXBElement<ResultDetails>) - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Sets the value of the resultDetails property.
setResultDetails(JAXBElement<ResultDetails>) - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Sets the value of the resultDetails property.
setResultFlagCountsByType(ResultDetails.ResultFlagCountsByType) - Method in class com.acrolinx.services.v4.checking.ResultDetails
Sets the value of the resultFlagCountsByType property.
setResultFlagTypes(ResultDetails.ResultFlagTypes) - Method in class com.acrolinx.services.v4.checking.ResultDetails
Sets the value of the resultFlagTypes property.
setResultId(int) - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest
Sets the value of the resultId property.
setResultId(int) - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest
Sets the value of the resultId property.
setReturn(String) - Method in class com.acrolinx.services.registry.GetServiceUriResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v3.core.GetAuthTokenResponse
Sets the value of the return property.
setReturn(BroadcastMessagesResult) - Method in class com.acrolinx.services.v3.core.GetBroadcastMessagesResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v3.core.GetServerIdResponse
Sets the value of the return property.
setReturn(ServerSideClientPropertiesResult) - Method in class com.acrolinx.services.v3.core.GetServerSideClientPropertiesResponse
Sets the value of the return property.
setReturn(ServerVersionResult) - Method in class com.acrolinx.services.v3.core.GetServerVersionResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v3.core.GetSignatureChallengeResponse
Sets the value of the return property.
setReturn(boolean) - Method in class com.acrolinx.services.v3.core.IsUserSelfRegistrationEnabledResponse
Sets the value of the return property.
setReturn(long) - Method in class com.acrolinx.services.v3.core.PingResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v3.core.RequestSessionResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v4.checking.AggregateCheckReportsResponse
Sets the value of the return property.
setReturn(AvailableLanguagesResult) - Method in class com.acrolinx.services.v4.checking.GetAvailableLanguagesResponse
Sets the value of the return property.
setReturn(CheckDocumentResult) - Method in class com.acrolinx.services.v4.checking.GetCheckDocumentResultResponse
Sets the value of the return property.
setReturn(CheckReportDependenciesResult) - Method in class com.acrolinx.services.v4.checking.GetCheckReportDependenciesResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v4.checking.GetCheckResultContentsResponse
Sets the value of the return property.
setReturn(CheckStatusResult) - Method in class com.acrolinx.services.v4.checking.GetCheckStatusResponse
Sets the value of the return property.
setReturn(LanguageOptionsResult) - Method in class com.acrolinx.services.v4.checking.GetLanguageCapabilitiesResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequestResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequestResponse
Sets the value of the return property.
setReturn(UserPropertiesResult) - Method in class com.acrolinx.services.v4.user.GetUserPropertiesResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v4.user.GetUserPropertyResponse
Sets the value of the return property.
setReturn(boolean) - Method in class com.acrolinx.services.v4.user.HasNamedPrivilegeResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v5.checking.AggregateCheckReportsResponse
Sets the value of the return property.
setReturn(AvailableLanguagesResult) - Method in class com.acrolinx.services.v5.checking.GetAvailableLanguagesResponse
Sets the value of the return property.
setReturn(CheckDocumentResult) - Method in class com.acrolinx.services.v5.checking.GetCheckDocumentResultResponse
Sets the value of the return property.
setReturn(CheckReportDependenciesResult) - Method in class com.acrolinx.services.v5.checking.GetCheckReportDependenciesResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v5.checking.GetCheckResultContentsResponse
Sets the value of the return property.
setReturn(CheckStatusResult) - Method in class com.acrolinx.services.v5.checking.GetCheckStatusResponse
Sets the value of the return property.
setReturn(LanguageOptionsResult) - Method in class com.acrolinx.services.v5.checking.GetLanguageCapabilitiesResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequestResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequestResponse
Sets the value of the return property.
setReturn(DumpCreationResult) - Method in class com.acrolinx.services.v6.terminology.CreateDumpResponse
Sets the value of the return property.
setReturn(ExportTerminologyResult) - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v6.terminology.FindTermsResponse
Sets the value of the return property.
setReturn(DumpCreationResult) - Method in class com.acrolinx.services.v6.terminology.GetCreateDumpResultResponse
Sets the value of the return property.
setReturn(RestoreDumpResult) - Method in class com.acrolinx.services.v6.terminology.GetRestoreDumpResultResponse
Sets the value of the return property.
setReturn(ImportTerminologyResult) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResponse
Sets the value of the return property.
setReturn(RestoreDumpResult) - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResponse
Sets the value of the return property.
setReturn(String) - Method in class com.acrolinx.services.v6.terminology.SearchTermsResponse
Sets the value of the return property.
setReturn(CreateDumpRequestId) - Method in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequestResponse
Sets the value of the return property.
setReturn(RestoreDumpRequestId) - Method in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequestResponse
Sets the value of the return property.
setReuseHarvestingSentenceBankId(String) - Method in class com.acrolinx.services.v4.checking.CheckSettings
Sets the value of the reuseHarvestingSentenceBankId property.
setReuseHarvestingSentenceBankId(String) - Method in class com.acrolinx.services.v5.checking.CheckSettings
Sets the value of the reuseHarvestingSentenceBankId property.
setReuseHarvestingSentenceBankIds(JAXBElement<LanguageOptionsResult.ReuseHarvestingSentenceBankIds>) - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Sets the value of the reuseHarvestingSentenceBankIds property.
setReuseHarvestingSentenceBankIds(JAXBElement<LanguageOptionsResult.ReuseHarvestingSentenceBankIds>) - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Sets the value of the reuseHarvestingSentenceBankIds property.
setRuleSetCapabilities(LanguageOptionsResult.RuleSetCapabilities) - Method in class com.acrolinx.services.v4.checking.LanguageOptionsResult
Sets the value of the ruleSetCapabilities property.
setRuleSetCapabilities(LanguageOptionsResult.RuleSetCapabilities) - Method in class com.acrolinx.services.v5.checking.LanguageOptionsResult
Sets the value of the ruleSetCapabilities property.
setRuleSetName(String) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Sets the value of the ruleSetName property.
setRuleSetName(String) - Method in class com.acrolinx.services.v4.checking.CheckSettings
Sets the value of the ruleSetName property.
setRuleSetName(String) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Sets the value of the ruleSetName property.
setRuleSetName(String) - Method in class com.acrolinx.services.v5.checking.CheckSettings
Sets the value of the ruleSetName property.
setRunOnShow(Runnable) - Method in interface com.acrolinx.javasdk.gui.dialogs.progress.ProgressPresenter.ProgressView
 
setRunOnShow(Runnable) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.progress.ProgressDialog
 
setRunOnShow(Runnable) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.progress.ProgressDialog
 
setSampleValue(boolean) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtensionSettings
 
setSampleValue(boolean) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtensionSettings
 
setScaledImage(AbstractButton, ImageIcon) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
setScope(Scope) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Sets the value of the scope property.
setScope(String) - Method in class com.acrolinx.services.v4.checking.RequestDescription
Sets the value of the scope property.
setScope(Scope) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Sets the value of the scope property.
setScope(String) - Method in class com.acrolinx.services.v5.checking.RequestDescription
Sets the value of the scope property.
setSelectedSuggestion(String) - Method in class com.acrolinx.services.v3.feedback.FlagFeedback
Sets the value of the selectedSuggestion property.
setSelectedSuggestion(String) - Method in class com.acrolinx.services.v4.feedback.FlagFeedback
Sets the value of the selectedSuggestion property.
setSelectedValue(T) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.SingleSelectionListController
 
setSelectedValue(DisplayItem) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.GenericSingleSelectionListHandler
 
setSelectedValue(String) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
setSelectedValue(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.SingleSelectionListHandler
 
setSelectedValue(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJComboBoxAdapter
 
setSelectedValue(StringWithImage) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJListAdapter
 
setSelectedValue(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtComboAdapter
 
setSelectedValue(StringWithImage) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtListAdapter
 
setSelectedValues(Column, Collection<ItemType>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiColumnListController
 
setSelectedValues(Collection<T>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiSelectionListController
 
setSelectedValues(String, Set<String>) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MultiColumnListHandler
 
setSelectedValues(Set<String>) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.MultiSelectionListHandler
 
setSelectedValues(Set<String>) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MultiSelectionListHandlerSwingListAdapter
 
setSelectedValues(String, Set<String>) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
setSelectedValues(Set<String>) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiSelectionListHandlerSwtTableAdapter
 
setSentenceCount(int) - Method in class com.acrolinx.services.v4.checking.ResultDetails
Sets the value of the sentenceCount property.
setSentenceCount(int) - Method in class com.acrolinx.services.v5.checking.ResultDetails
Sets the value of the sentenceCount property.
setSEOCheckActive(boolean) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
setSeoFlagCount(int) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
setSeoReportUrl(String) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportPoJo
 
setServiceName(String) - Method in class com.acrolinx.services.registry.GetAvailableServiceVersions
Sets the value of the serviceName property.
setServiceName(String) - Method in class com.acrolinx.services.registry.GetServiceUri
Sets the value of the serviceName property.
setServiceVersion(int) - Method in class com.acrolinx.services.registry.GetServiceUri
Sets the value of the serviceVersion property.
setSessionId(String) - Method in class com.acrolinx.services.v3.core.GetBroadcastMessages
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v3.core.ReleaseSession
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntry
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v3.feedback.SubmitFlagFeedback
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.AggregateCheckReports
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.CancelCheck
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.GetCheckDocumentResult
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.GetCheckResultContents
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.GetCheckStatus
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.ReleaseCheckResult
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequest
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequest
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntry
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v4.feedback.SubmitFlagFeedback
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.AggregateCheckReports
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.CancelCheck
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.GetCheckDocumentResult
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.GetCheckResultContents
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.GetCheckStatus
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.ReleaseCheckResult
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequest
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequest
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.CreateDump
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.DeployTerminology
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.ExportTerminology
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.FindTerms
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.GetCreateDumpResult
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.GetRestoreDumpResult
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.ImportTerminology
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTerms
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.RestoreDump
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.SearchTerms
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequest
Sets the value of the sessionId property.
setSessionId(String) - Method in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequest
Sets the value of the sessionId property.
setSessionType(SessionType) - Method in class com.acrolinx.services.v3.core.RequestSessionRequest
Sets the value of the sessionType property.
setShlDialogCheckSample(Shell) - Method in class com.acrolinx.javasdk.gui.swt.sample.SwtMainWindow
 
setShowToolTips(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
setSoftExclusionBeginOffsets(CheckDocumentMtomRequest.SoftExclusionBeginOffsets) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the softExclusionBeginOffsets property.
setSoftExclusionBeginOffsets(CheckDocumentRequest.SoftExclusionBeginOffsets) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the softExclusionBeginOffsets property.
setSoftExclusionEndOffsets(CheckDocumentMtomRequest.SoftExclusionEndOffsets) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the softExclusionEndOffsets property.
setSoftExclusionEndOffsets(CheckDocumentRequest.SoftExclusionEndOffsets) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the softExclusionEndOffsets property.
setSoftExclusionOffsets(Offsets) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the softExclusionOffsets property.
setSoftExclusionOffsets(Offsets) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the softExclusionOffsets property.
setSourceLanguageId(String) - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
Sets the value of the sourceLanguageId property.
setSourceReferenceName(String) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
Sets the value of the sourceReferenceName property.
setSourceReferenceName(String) - Method in class com.acrolinx.services.v6.terminology.RestoreDumpRequest
Sets the value of the sourceReferenceName property.
setStackTraceMessage(String) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
setStartTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.DumpCreationResult
Sets the value of the startTimeInMilliSeconds property.
setStartTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
Sets the value of the startTimeInMilliSeconds property.
setStartTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
Sets the value of the startTimeInMilliSeconds property.
setStartTimeInMilliSeconds(long) - Method in class com.acrolinx.services.v6.terminology.RestoreDumpResult
Sets the value of the startTimeInMilliSeconds property.
setState(State) - Method in class com.acrolinx.services.v4.checking.CheckStatusResult
Sets the value of the state property.
setState(State) - Method in class com.acrolinx.services.v5.checking.CheckStatusResult
Sets the value of the state property.
setStoreInReportingDb(boolean) - Method in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
Sets the value of the storeInReportingDb property.
setStoreInReportingDb(boolean) - Method in class com.acrolinx.services.v4.checking.CheckDocumentRequest
Sets the value of the storeInReportingDb property.
setStoreInReportingDb(boolean) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the storeInReportingDb property.
setStoreInReportingDb(boolean) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the storeInReportingDb property.
setSurface(String) - Method in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
Sets the value of the surface property.
setSurface(String) - Method in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
Sets the value of the surface property.
setSurface(String) - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Sets the value of the surface property.
setSurface(String) - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
Sets the value of the surface property.
setSystemLookAndFeel() - Method in class com.acrolinx.javasdk.gui.swing.SwingUtilsFacade
Use this helper method to set the current system's look-and-feel.
setSystemProperty(String, String) - Method in class com.acrolinx.javasdk.core.internal.server.SystemFacade
 
setTargetLanguageId(String) - Method in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
Sets the value of the targetLanguageId property.
setTargetReferenceName(String) - Method in class com.acrolinx.services.v6.terminology.DumpCreationRequest
Sets the value of the targetReferenceName property.
setTargetReferenceName(String) - Method in class com.acrolinx.services.v6.terminology.ExportTerminologyRequest
Sets the value of the targetReferenceName property.
setTermChecking(Set<TermStatus>, Set<TermSet>) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
setTermHarvestingOlifUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v4.checking.CheckDocumentResult
Sets the value of the termHarvestingOlifUrl property.
setTermHarvestingOlifUrl(JAXBElement<String>) - Method in class com.acrolinx.services.v5.checking.CheckDocumentResult
Sets the value of the termHarvestingOlifUrl property.
setTermSetNames(CheckSettings.TermSetNames) - Method in class com.acrolinx.services.v4.checking.CheckSettings
Sets the value of the termSetNames property.
setTermSetNames(RuleSetCapabilities.TermSetNames) - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Sets the value of the termSetNames property.
setTermSetNames(CheckSettings.TermSetNames) - Method in class com.acrolinx.services.v5.checking.CheckSettings
Sets the value of the termSetNames property.
setTermSetNames(RuleSetCapabilities.TermSetNames) - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Sets the value of the termSetNames property.
setText(String) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryTextHandler
 
setText(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ProgressHandler
 
setText(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.TextHandler
 
setText(AbstractButton, String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ProgressHandlerSwingProgressAndLabelAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingDialogAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingLabelAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTextComponentAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTitledBorderAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swing.extensions.LinkButton
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ProgressHandlerSWTLabelAndProgressBarAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtButtonAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtLabelAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtShellAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtStyledTextAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtTextAdapter
 
setText(String) - Method in class com.acrolinx.javasdk.gui.swt.extensions.LinkLabel
 
setTextWithWorkaroundIssueInJTextPaneThatMarkingsAreDisplacedWhenTextContainsCRLF(String) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocument
 
setTitle(String) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxModel
 
setTitle(String) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
setTitle(String) - Method in class com.acrolinx.services.v3.core.Message
Sets the value of the title property.
setToolTip(String, ToolItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
setToolTip(String, MenuItem) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
setType(FlagType) - Method in class com.acrolinx.services.v5.checking.FlagResultDetails
Sets the value of the type property.
setUrl(String) - Method in class com.acrolinx.services.v5.checking.FlagResultDetails
Sets the value of the url property.
setUseHardExclusion(boolean) - Method in class com.acrolinx.services.v4.checking.RuleSetCapabilities
Sets the value of the useHardExclusion property.
setUseHardExclusion(boolean) - Method in class com.acrolinx.services.v5.checking.RuleSetCapabilities
Sets the value of the useHardExclusion property.
setUserMetadataEditUrl(String) - Method in class com.acrolinx.services.v4.checking.UserMetadataIncompleteFault
Sets the value of the userMetadataEditUrl property.
setUserMetadataEditUrl(String) - Method in class com.acrolinx.services.v5.checking.UserMetadataIncompleteFault
Sets the value of the userMetadataEditUrl property.
setUsername(String) - Method in class com.acrolinx.services.v3.core.CreateUser
Sets the value of the username property.
setUsername(String) - Method in class com.acrolinx.services.v3.core.GetAuthToken
Sets the value of the username property.
setUserProperties(UserProperties) - Method in class com.acrolinx.services.v4.user.StoreUserPropertiesRequest
Sets the value of the userProperties property.
setUserProperties(UserProperties) - Method in class com.acrolinx.services.v4.user.UserPropertiesResult
Sets the value of the userProperties property.
setUserPropertyKeys(UserProperties.UserPropertyKeys) - Method in class com.acrolinx.services.v4.user.UserProperties
Sets the value of the userPropertyKeys property.
setUserPropertyValues(UserProperties.UserPropertyValues) - Method in class com.acrolinx.services.v4.user.UserProperties
Sets the value of the userPropertyValues property.
setValue(int) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ProgressHandler
 
setValue(int) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ProgressHandlerSwingProgressAndLabelAdapter
 
setValue(int) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ProgressHandlerSWTLabelAndProgressBarAdapter
 
setValue(T) - Method in class com.acrolinx.javasdk.gui.threading.proxy.FutureValue
 
setValues(Iterable<T>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.GenericListController
 
setValues(Iterable<ItemType>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiColumnListController
 
setValues(Iterable<ItemType>, Comparator<ItemType>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiColumnListController
 
setValues(Iterable<T>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.MultiSelectionListController
 
setValues(Iterable<T>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.SingleSelectionListController
 
setValues(List<ItemType>) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.GenericListHandler
 
setValues(List<String>) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.ListHandler
 
setValues(List<String>) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemorySingleSelectionListHandler
 
setValues(List<String>) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MultiSelectionListHandlerSwingListAdapter
 
setValues(List<String>) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJComboBoxAdapter
 
setValues(List<StringWithImage>) - Method in class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJListAdapter
 
setValues(List<String>) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiColumnListHandlerSwtTableAdapter
 
setValues(List<String>) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MultiSelectionListHandlerSwtTableAdapter
 
setValues(List<String>) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtComboAdapter
 
setValues(List<StringWithImage>) - Method in class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtListAdapter
 
setVersion(String) - Method in class com.acrolinx.services.v3.core.ClientInfo
Sets the value of the version property.
setVersion(String) - Method in class com.acrolinx.services.v3.core.ServerVersionResult
Sets the value of the version property.
setVisibility(boolean) - Method in interface com.acrolinx.javasdk.gui.dialogs.handler.CanSetVisibility
 
setVisibility(boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.handler.MemoryButtonHandler
 
setVisibility(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.HideableButtonHandlerSwingButtonAdapter
 
setVisibility(boolean) - Method in class com.acrolinx.javasdk.gui.swing.adapter.HideableCaptionButtonHandlerSwingButtonAdapter
 
setVisibility(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ButtonHandlerSwtLabelAdapter
 
setVisibility(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.CaptionButtonHandlerSwtLabelAdapter
 
setVisibility(boolean) - Method in class com.acrolinx.javasdk.gui.swt.adapter.HideableButtonHandlerAdapter
 
setVisible(boolean) - Method in class com.acrolinx.javasdk.gui.swt.extensions.LinkLabel
 
setWithSchema(boolean) - Method in class com.acrolinx.services.v6.terminology.FindTermsRequest
Sets the value of the withSchema property.
setWordCount(int) - Method in class com.acrolinx.services.v4.checking.ResultDetails
Sets the value of the wordCount property.
setWordCount(int) - Method in class com.acrolinx.services.v5.checking.ResultDetails
Sets the value of the wordCount property.
setWordlist(Wordlist) - Method in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
Sets the value of the wordlist property.
setWordlist(Wordlist) - Method in class com.acrolinx.services.v5.checking.CheckDocumentRequest
Sets the value of the wordlist property.
setWords(KeywordList.Words) - Method in class com.acrolinx.services.v5.checking.KeywordList
Sets the value of the words property.
setWords(Wordlist.Words) - Method in class com.acrolinx.services.v5.checking.Wordlist
Sets the value of the words property.
shell - Variable in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
shell - Variable in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
shell - Variable in class com.acrolinx.javasdk.gui.swt.sample.simple.SwtSimpleWindow
 
shellActivated(ShellEvent) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.PositionWindowAdapter
 
shellClosed(ShellEvent) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.PositionWindowAdapter
 
shlSwtMultiDocument - Variable in class com.acrolinx.javasdk.gui.swt.sample.multi.SwtMultiDocumentWindow
 
shouldSelectCell(EventObject) - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
show(Area) - Method in interface com.acrolinx.javasdk.gui.dialogs.contextmenu.ContextMenuPresenter.ContextMenuView
 
show() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DefaultView
 
show(Area) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.position.ContextMenuPositionDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.MessageBoxDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorDialog
 
show(Area) - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.ContextMenuDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.contextmenu.position.ContextMenuPositionDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.correction.CorrectionDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.DefaultDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.MessageBoxDialog
 
show() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
show() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.option.ColorDialog
 
showAboutDialog(String, String) - Method in interface com.acrolinx.javasdk.gui.commands.handler.AboutCommandCallback
The integration should display a custom about dialog.
showAboutDialog(String, String) - Method in class com.acrolinx.javasdk.gui.commands.handler.DefaultAboutCommandCallback
 
showDetails() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
showDetails() - Method in interface com.acrolinx.javasdk.gui.dialogs.views.DetailedView
 
showDetails() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
showDetails() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
showDialog() - Method in interface com.acrolinx.javasdk.gui.dialogs.messagebox.ErrorBoxPresenter.ErrorBoxView
 
showDialog() - Method in interface com.acrolinx.javasdk.gui.NotificationsPresenter.NotificationsView
 
showDialog() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.ErrorBoxDialog
 
showDialog() - Method in class com.acrolinx.javasdk.gui.swing.dialogs.messagebox.NotificationsDialogBox
 
showDialog(Color) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.option.ColorChooserFacade
 
showDialog() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.ErrorBoxDialog
 
showDialog() - Method in class com.acrolinx.javasdk.gui.swt.dialogs.messagebox.NotificationsDialogBox
 
showOptions() - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Shows options dialog.
showOptions() - Method in class com.acrolinx.javasdk.gui.swing.sample.simple.SwingSimpleWindowAcrolinxHandler
 
showOptions() - Method in class com.acrolinx.javasdk.gui.swt.sample.simple.SwtSimpleWindowAcrolinxHandler
 
ShowOptionsClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class ShowOptionsClickHandler is used to display the options dialog.
ShowOptionsClickHandler(GuiCheckController, InlineCheckSessionProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.ShowOptionsClickHandler
 
ShowOptionsCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class ShowOptionsCommand displays the options dialog.
ShowOptionsCommand(Localizer, ImageResourceLoader, boolean, GuiCheckController, Listener, InlineCheckSessionProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ShowOptionsCommand
 
ShowOptionsStrategy - Enum in com.acrolinx.javasdk.gui
The enum ShowOptionsStrategy provides different strategies for handling missing settings.
showOptionsWithExtractionMarkingButton(PrepareCheckCallback, InlineCheckCallback) - Method in class com.acrolinx.javasdk.gui.GuiCheckController
Shows the options dialog.
showReport() - Method in class com.acrolinx.javasdk.gui.sessions.controller.AbstractDocumentSessionController
 
showReport() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
Show report shows the report of the performed check.
showReport() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
ShowReportCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class ShowReportCommand displays the report in a web browser.
ShowReportCommand(Localizer, ImageResourceLoader, boolean, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ShowReportCommand
 
ShowReportHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class ShowReportHandler is used to display the report.
ShowReportHandler(DocumentSessionControllerProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.ShowReportHandler
 
ShowResultStrategy - Enum in com.acrolinx.javasdk.gui
The enum ShowResultStrategy is an enumeration of strategies showing the result dialog depending on flags.
shutdown() - Method in class com.acrolinx.javasdk.gui.GuiFactory
The Shutdown method should be called after using the SDK.
shutdown() - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
Shutdown shuts disconnects all server connection.
shutdown() - Method in class com.acrolinx.javasdk.gui.swing.sample.HandlerFactory
 
shutdown() - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleClient
 
shutdown() - Method in class com.acrolinx.javasdk.gui.swing.sample.SampleWindowFactory
 
shutdown() - Method in class com.acrolinx.javasdk.gui.swt.sample.HandlerFactory
 
shutdown() - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleClient
 
shutdown() - Method in class com.acrolinx.javasdk.gui.swt.sample.SampleWindowFactory
 
SimpleContext - Class in com.acrolinx.javasdk.core.internal.reportpojo
 
SimpleContext(String) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.SimpleContext
 
SimpleDOMNode - Class in com.acrolinx.javasdk.core.extraction
 
SimpleDOMNode.Factory - Class in com.acrolinx.javasdk.core.extraction
 
SimpleNotifyingCommand - Class in com.acrolinx.javasdk.gui.dialogs.menu
The class SimpleNotifyingCommand fires an event after ClickHandler.onClick().
SimpleNotifyingCommand(String, boolean, ClickHandler, Listener) - Constructor for class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
SimpleNotifyingCommand(String, String, URL, boolean, boolean, MarkingColor, ClickHandler, Listener) - Constructor for class com.acrolinx.javasdk.gui.dialogs.menu.SimpleNotifyingCommand
 
SimpleTexCallbackAdapter - Class in com.acrolinx.javasdk.core.extraction.tex
SimpleTexCallbackAdapter(TexCallback) - Constructor for class com.acrolinx.javasdk.core.extraction.tex.SimpleTexCallbackAdapter
 
SINGLE_THREAD_TASKMANAGER - Static variable in interface com.acrolinx.javasdk.gui.threading.TaskManager
SingleDocumentSessionProvider - Class in com.acrolinx.javasdk.gui.sessions
The SingleDocumentSessionProvider is a DocumentSessionProvider for applications which just have one application document or application which have one GuiController per application document.
SingleDocumentSessionProvider(DocumentSession) - Constructor for class com.acrolinx.javasdk.gui.sessions.SingleDocumentSessionProvider
 
SingleSelectionListController<T> - Class in com.acrolinx.javasdk.gui.dialogs.handler.controller
The class SingleSelectionListController controls a list where one object can be selected.
SingleSelectionListController(ListController.ItemRenderer<T>, SingleSelectionListHandler, boolean, ClickHandler, T) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.controller.SingleSelectionListController
 
SingleSelectionListHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface SingleSelectionListHandler is a ListHandler for one single selection.
SingleSelectionListHandlerSwingJComboBoxAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
SingleSelectionListHandlerSwingJComboBoxAdapter(JComboBox<Object>) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJComboBoxAdapter
 
SingleSelectionListHandlerSwingJListAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
SingleSelectionListHandlerSwingJListAdapter(JList<StringWithImage>, IconUtil) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.SingleSelectionListHandlerSwingJListAdapter
 
SingleSelectionListHandlerSwtComboAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
SingleSelectionListHandlerSwtComboAdapter(Combo) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtComboAdapter
 
SingleSelectionListHandlerSwtListAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
 
SingleSelectionListHandlerSwtListAdapter(Table, ImageUtil) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.SingleSelectionListHandlerSwtListAdapter
 
SingleSignOnConfiguration - Interface in com.acrolinx.javasdk.api.server
A SingleSignOnConfiguration defines, if the users are authenticated using a generic password or user name password based login.
SingleSignOnConfiguration.SingleSignOnType - Enum in com.acrolinx.javasdk.api.server
 
SingleSignOnConfigurationFactoryImpl - Class in com.acrolinx.javasdk.core.server
 
SingleSignOnConfigurationFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.server.SingleSignOnConfigurationFactoryImpl
 
singleSignOnConfigurations() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
 
SingleSignOnConfigurations - Interface in com.acrolinx.javasdk.api.factory
A factory for creating SingleSignOnConfigurations.
singleSignOnConfigurations() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
singleSignOnConfigurations() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
SingleSignOnHeaderConfigurationImpl - Class in com.acrolinx.javasdk.core.server
 
SingleSignOnHeaderConfigurationImpl(String) - Constructor for class com.acrolinx.javasdk.core.server.SingleSignOnHeaderConfigurationImpl
 
SingleThreadTaskManager - Class in com.acrolinx.javasdk.gui.threading
The class SingleThreadTaskManager is a TaskManager running all threads in the same Thread.
SingleThreadTaskManager() - Constructor for class com.acrolinx.javasdk.gui.threading.SingleThreadTaskManager
 
SoapServiceRegistry - Class in com.acrolinx.javasdk.core.server.adapter
The SoapServiceRegistry is used to create the correct version of soap ThinWsServerFacade.
softExclusionBeginOffset - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.SoftExclusionBeginOffsets
 
softExclusionBeginOffset - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest.SoftExclusionBeginOffsets
 
softExclusionBeginOffsets - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
softExclusionBeginOffsets - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
softExclusionEndOffset - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest.SoftExclusionEndOffsets
 
softExclusionEndOffset - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest.SoftExclusionEndOffsets
 
softExclusionEndOffsets - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
softExclusionEndOffsets - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
softExclusionOffsets - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
softExclusionOffsets - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
sort(Set<Flag>) - Static method in class com.acrolinx.javasdk.gui.commands.factories.FlagTypeComparator
Sorts a set of flags by FlagType and priority.
sourceLanguageId - Variable in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
 
sourceReferenceName - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyRequest
 
sourceReferenceName - Variable in class com.acrolinx.services.v6.terminology.RestoreDumpRequest
 
SPELLING - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
SpellingFlag - Interface in com.acrolinx.javasdk.api.report
A SpellingFlag indicates a spelling issue like a misspelled or duplicate word.
SpellingFlagPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
The SpellingFlagPoJo is used while report parsing.
SplitButton - Class in com.acrolinx.javasdk.gui.swing.dialogs.controls
from http://www.atwistedweb.com/java/SplitButton.html
SplitButton() - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.controls.SplitButton
 
SplitButton(JButton, ContextMenuDialogProvider) - Constructor for class com.acrolinx.javasdk.gui.swing.dialogs.controls.SplitButton
Passes in the button to use in the left-hand side with the specified orientation for the arrow on the right-hand side.
SSOService - Class in com.acrolinx.javasdk.core.server.adapter
 
SSOService(HttpClient, HttpHost) - Constructor for class com.acrolinx.javasdk.core.server.adapter.SSOService
 
start(BundleContext) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractActivator
 
startAcrolinxPlugin(AcrolinxEclipsePluginInitializer) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
startAcrolinxPlugin sets GuiCheckControllerProvider to a new instance of GuiCheckController .
startDocument() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportHandler
 
startElement(String, String, String, Attributes) - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ReportHandler
 
startPlugin() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractActivator
startTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.DumpCreationResult
 
startTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.ExportTerminologyResult
 
startTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyResult
 
startTimeInMilliSeconds - Variable in class com.acrolinx.services.v6.terminology.RestoreDumpResult
 
state - Variable in class com.acrolinx.services.v4.checking.CheckStatusResult
 
State - Enum in com.acrolinx.services.v4.checking
Java class for State.
state - Variable in class com.acrolinx.services.v5.checking.CheckStatusResult
 
State - Enum in com.acrolinx.services.v5.checking
Java class for State.
STATUS - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
The STATUS of the check equals Report.getDocumentStatus().
step(MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
step(MarkingNavigator.Direction) - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
step steps to next or previous marking depending on MarkingNavigator.Direction.
step(MarkingNavigator.Direction) - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
stop(BundleContext) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractActivator
 
stopAcrolinxPlugin() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AbstractActivator
Stops Acrolinx Plug-in by calling AcrolinxEclipsePlugin.stopAcrolinxPlugin().
stopAcrolinxPlugin() - Method in class com.acrolinx.javasdk.gui.swt.eclipse.AcrolinxEclipsePlugin
stopAcrolinxPlugin sets GuiCheckControllerProvider instance to null and calls GuiFactory.shutdown() to release all server connections.
stopCellEditing() - Method in class com.acrolinx.javasdk.gui.swing.adapter.ReadOnlyTableCellEditor
 
store() - Method in class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyStateRestorer
 
store(Properties) - Method in class com.acrolinx.javasdk.core.storage.FileBasedStore
 
store(File) - Method in interface com.acrolinx.javasdk.core.storage.Properties
 
store(File) - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
store(Properties) - Method in interface com.acrolinx.javasdk.core.storage.PropertiesStore
 
store(ConnectionSettings, CheckSettings) - Method in class com.acrolinx.javasdk.gui.storage.check.CheckSettingsStoreImpl
 
store(DocumentCheckSettings) - Method in interface com.acrolinx.javasdk.gui.storage.check.DocumentCheckSettingsStore
 
store(DocumentCheckSettings) - Method in class com.acrolinx.javasdk.gui.storage.check.PropertiesDocumentCheckSettingsStore
 
store(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl
 
store(ConnectionSettings, ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.storage.extensions.ExtensionSettingsStoreImpl
 
store(DocumentCheckSettings) - Method in class com.acrolinx.javasdk.gui.storage.MemoryDocumentCheckSettingsStore
 
store(PluginSettings) - Method in class com.acrolinx.javasdk.gui.storage.plugin.PluginSettingsStoreImpl
 
store(Properties) - Method in class com.acrolinx.javasdk.gui.storage.ServerPropertiesStore
 
store(Properties) - Method in class com.acrolinx.javasdk.gui.storage.StringBasedPropertiesStoreProxy
 
store(File) - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
store(ConnectionSettings, CheckSettings) - Method in interface com.acrolinx.javasdk.storage.CheckSettingsStore
 
store(ConnectionSettings) - Method in interface com.acrolinx.javasdk.storage.ConnectionSettingsStore
Stores ConnectionSettings in a store.
store(ConnectionSettings, ExtensionSettings) - Method in interface com.acrolinx.javasdk.storage.ExtensionSettingsStore
 
store(PluginSettings) - Method in interface com.acrolinx.javasdk.storage.PluginSettingsStore
 
storeHistory(LinkedHashSet<ConnectionSettings>) - Method in class com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl
 
storeHistory(LinkedHashSet<ConnectionSettings>) - Method in interface com.acrolinx.javasdk.storage.ConnectionSettingsHistoryStore
 
storeInReportingDb - Variable in class com.acrolinx.services.v4.checking.CheckDocumentMtomRequest
 
storeInReportingDb - Variable in class com.acrolinx.services.v4.checking.CheckDocumentRequest
 
storeInReportingDb - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
storeInReportingDb - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
storeKeywordList(List<Keyword>) - Method in interface com.acrolinx.javasdk.gui.sessions.KeywordListStore
 
storeKeywordList(List<Keyword>) - Method in class com.acrolinx.javasdk.gui.sessions.MemoryKeyWordListStore
 
storeProperty(String, String) - Method in interface com.acrolinx.javasdk.api.storage.ApplicationStore
Stores a property in the store.
storeProperty(String, String) - Method in class com.acrolinx.javasdk.gui.swt.eclipse.storage.EclipseStore
 
storeSettings(ClientSettings, LocalizedCancelableProgressMonitor) - Method in interface com.acrolinx.javasdk.gui.storage.client.ClientSettingsStore
Storing settings to a store or several stores.
storeSettings(ClientSettings, LocalizedCancelableProgressMonitor) - Method in class com.acrolinx.javasdk.gui.storage.client.ClientSettingsStoreImpl
 
storeUserProperties(String, StoreUserPropertiesRequest) - Method in interface com.acrolinx.services.v4.user.IUserService
 
StoreUserProperties - Class in com.acrolinx.services.v4.user
Java class for storeUserProperties complex type.
StoreUserProperties() - Constructor for class com.acrolinx.services.v4.user.StoreUserProperties
 
StoreUserPropertiesRequest - Class in com.acrolinx.services.v4.user
Java class for StoreUserPropertiesRequest complex type.
StoreUserPropertiesRequest() - Constructor for class com.acrolinx.services.v4.user.StoreUserPropertiesRequest
 
StoreUserPropertiesResponse - Class in com.acrolinx.services.v4.user
Java class for storeUserPropertiesResponse complex type.
StoreUserPropertiesResponse() - Constructor for class com.acrolinx.services.v4.user.StoreUserPropertiesResponse
 
StoringAndCheckingKeywordDialogCallback - Class in com.acrolinx.javasdk.gui.actions
StoringAndCheckingKeywordDialogCallback(AcrolinxFactory, PrepareCheckCallback, CheckCallback, ShowResultStrategy, ShowOptionsStrategy, ClientSettings, GuiCheckControllerActionFactory, DocumentCheckSettingsStore) - Constructor for class com.acrolinx.javasdk.gui.actions.StoringAndCheckingKeywordDialogCallback
 
StreamDocument - Class in com.acrolinx.javasdk.core.extraction
StreamDocument wraps a stream to a Java SDK Document.
StreamDocument(InputStream, InputStreamExtractor, FileName, Author, FileFormat, boolean) - Constructor for class com.acrolinx.javasdk.core.extraction.StreamDocument
 
StreamDocumentBuilder - Class in com.acrolinx.javasdk.core.extraction
The StreamDocumentBuilder is used to build StreamDocuments.
StreamDocumentBuilder(InputStream, InputStreamExtractor) - Constructor for class com.acrolinx.javasdk.core.extraction.StreamDocumentBuilder
 
StringBasedPropertiesStoreProxy - Class in com.acrolinx.javasdk.gui.storage
The StringBasedPropertiesStoreProxy is used to store typed Properties in a String based ApplicationStore.
StringBasedPropertiesStoreProxy(ApplicationStore) - Constructor for class com.acrolinx.javasdk.gui.storage.StringBasedPropertiesStoreProxy
 
StringDocument - Class in com.acrolinx.javasdk.core.extraction
The class StringDocument is the most simple type of Document.
StringDocument(String, FileName, Author, FileFormat, boolean, Set<ContextInformation>) - Constructor for class com.acrolinx.javasdk.core.extraction.StringDocument
 
StringDocumentBuilder - Interface in com.acrolinx.javasdk.api.extraction
StringDocumentBuilderImpl - Class in com.acrolinx.javasdk.core.extraction
StringDocumentBuilderImpl(String) - Constructor for class com.acrolinx.javasdk.core.extraction.StringDocumentBuilderImpl
 
StringPropertiesProxy - Class in com.acrolinx.javasdk.gui.storage
The Class StringPropertiesProxy could be used to access another store where it is impossible to get all properties at once.
StringPropertiesProxy(ApplicationStore) - Constructor for class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
stringToPort(String) - Static method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
StringWithImage - Class in com.acrolinx.javasdk.gui
The StringWithImage combines a String with an Image of Images.
StringWithImage(String, Images) - Constructor for class com.acrolinx.javasdk.gui.StringWithImage
 
STYLE - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
StyledTextOffsetBasedComponentFactory - Class in com.acrolinx.javasdk.gui.swt.sessions.styledtext
 
StyledTextOffsetBasedComponentFactory(GuiFactory, StyledText) - Constructor for class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetBasedComponentFactory
 
StyledTextOffsetEditorView - Class in com.acrolinx.javasdk.gui.swt.sessions.styledtext
 
StyledTextOffsetEditorView(StyledText, PositionConverter) - Constructor for class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetEditorView
 
StyledTextOffsetMarkingIndex - Class in com.acrolinx.javasdk.gui.swt.sessions.styledtext
 
StyledTextOffsetMarkingIndex(StyledText) - Constructor for class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingIndex
 
StyledTextOffsetMarkingList - Class in com.acrolinx.javasdk.gui.swt.sessions.styledtext
 
StyledTextOffsetMarkingList(StyledTextOffsetMarkingIndex, StyledText) - Constructor for class com.acrolinx.javasdk.gui.swt.sessions.styledtext.StyledTextOffsetMarkingList
 
StyledTextRightClickMouseAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
 
StyledTextRightClickMouseAdapter(StyledText, DocumentSession) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.StyledTextRightClickMouseAdapter
 
submitCheckDocumentMtomRequest(String, CheckDocumentMtomRequest) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
SubmitCheckDocumentMtomRequest - Class in com.acrolinx.services.v4.checking
Java class for submitCheckDocumentMtomRequest complex type.
SubmitCheckDocumentMtomRequest() - Constructor for class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequest
 
submitCheckDocumentMtomRequest(String, CheckDocumentMtomRequest) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
SubmitCheckDocumentMtomRequest - Class in com.acrolinx.services.v5.checking
Java class for submitCheckDocumentMtomRequest complex type.
SubmitCheckDocumentMtomRequest() - Constructor for class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequest
 
SubmitCheckDocumentMtomRequestResponse - Class in com.acrolinx.services.v4.checking
Java class for submitCheckDocumentMtomRequestResponse complex type.
SubmitCheckDocumentMtomRequestResponse() - Constructor for class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequestResponse
 
SubmitCheckDocumentMtomRequestResponse - Class in com.acrolinx.services.v5.checking
Java class for submitCheckDocumentMtomRequestResponse complex type.
SubmitCheckDocumentMtomRequestResponse() - Constructor for class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequestResponse
 
submitCheckDocumentRequest(String, CheckSettings, CheckInformation, String, CheckType, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV4Stub
 
submitCheckDocumentRequest(String, CheckSettings, CheckInformation, String, CheckType, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.CheckingServiceV5Stub
 
submitCheckDocumentRequest(String, CheckSettings, CheckInformation, String, CheckType, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
submitCheckDocumentRequest(String, CheckSettings, CheckInformation, String, CheckType, DocumentCheckSettings) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
submitCheckDocumentRequest(String, CheckSettings, CheckInformation, String, CheckType, DocumentCheckSettings) - Method in interface com.acrolinx.javasdk.core.server.CheckingService
 
submitCheckDocumentRequest(String, CheckDocumentRequest) - Method in interface com.acrolinx.services.v4.checking.ICheckingService
 
SubmitCheckDocumentRequest - Class in com.acrolinx.services.v4.checking
Java class for submitCheckDocumentRequest complex type.
SubmitCheckDocumentRequest() - Constructor for class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequest
 
submitCheckDocumentRequest(String, CheckDocumentRequest) - Method in interface com.acrolinx.services.v5.checking.ICheckingService
 
SubmitCheckDocumentRequest - Class in com.acrolinx.services.v5.checking
Java class for submitCheckDocumentRequest complex type.
SubmitCheckDocumentRequest() - Constructor for class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequest
 
SubmitCheckDocumentRequestResponse - Class in com.acrolinx.services.v4.checking
Java class for submitCheckDocumentRequestResponse complex type.
SubmitCheckDocumentRequestResponse() - Constructor for class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequestResponse
 
SubmitCheckDocumentRequestResponse - Class in com.acrolinx.services.v5.checking
Java class for submitCheckDocumentRequestResponse complex type.
SubmitCheckDocumentRequestResponse() - Constructor for class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequestResponse
 
submitCreateDumpRequest(String, DumpCreationRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
SubmitCreateDumpRequest - Class in com.acrolinx.services.v6.terminology
Java class for submitCreateDumpRequest complex type.
SubmitCreateDumpRequest() - Constructor for class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequest
 
SubmitCreateDumpRequestResponse - Class in com.acrolinx.services.v6.terminology
Java class for submitCreateDumpRequestResponse complex type.
SubmitCreateDumpRequestResponse() - Constructor for class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequestResponse
 
submitDictionaryEntry(DictionaryEntry) - Method in interface com.acrolinx.javasdk.api.server.adapter.CheckAdapter
Submits a new DictionaryEntry.
submitDictionaryEntry(DictionaryEntry) - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
submitDictionaryEntry(String, String, Language, RuleSet, DictionaryScope, String, MetaInfo) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.FeedbackServiceV4Stub
 
submitDictionaryEntry(String, String, Language, RuleSet, DictionaryScope, String, MetaInfo) - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
submitDictionaryEntry(String, String, Language, RuleSet, DictionaryScope, String, MetaInfo) - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
submitDictionaryEntry(String, String, Language, RuleSet, DictionaryScope, String, MetaInfo) - Method in interface com.acrolinx.javasdk.core.server.FeedbackService
 
submitDictionaryEntry(String, SubmitDictionaryEntryRequest) - Method in interface com.acrolinx.services.v3.feedback.IFeedbackService
 
SubmitDictionaryEntry - Class in com.acrolinx.services.v3.feedback
Java class for submitDictionaryEntry complex type.
SubmitDictionaryEntry() - Constructor for class com.acrolinx.services.v3.feedback.SubmitDictionaryEntry
 
submitDictionaryEntry(String, SubmitDictionaryEntryRequest) - Method in interface com.acrolinx.services.v4.feedback.IFeedbackService
 
SubmitDictionaryEntry - Class in com.acrolinx.services.v4.feedback
Java class for submitDictionaryEntry complex type.
SubmitDictionaryEntry() - Constructor for class com.acrolinx.services.v4.feedback.SubmitDictionaryEntry
 
SubmitDictionaryEntryCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class SubmitDictionaryEntryCommand contributes a term via the web browser and Dashboard.
SubmitDictionaryEntryCommand(Localizer, ImageResourceLoader, Listener, SpellingFlag, InlineCheckDocumentSessionController, CheckAdapter, CheckSettings, DictionaryScope) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryEntryCommand
 
SubmitDictionaryEntryCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
SubmitDictionaryEntryCommandClickHandler(SpellingFlag, InlineCheckDocumentSessionController, CheckAdapter, CheckSettings, DictionaryScope) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.SubmitDictionaryEntryCommandClickHandler
 
SubmitDictionaryEntryRequest - Class in com.acrolinx.services.v3.feedback
Java class for SubmitDictionaryEntryRequest complex type.
SubmitDictionaryEntryRequest() - Constructor for class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
 
SubmitDictionaryEntryRequest - Class in com.acrolinx.services.v4.feedback
Java class for SubmitDictionaryEntryRequest complex type.
SubmitDictionaryEntryRequest() - Constructor for class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
 
SubmitDictionaryEntryResponse - Class in com.acrolinx.services.v3.feedback
Java class for submitDictionaryEntryResponse complex type.
SubmitDictionaryEntryResponse() - Constructor for class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryResponse
 
SubmitDictionaryEntryResponse - Class in com.acrolinx.services.v4.feedback
Java class for submitDictionaryEntryResponse complex type.
SubmitDictionaryEntryResponse() - Constructor for class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryResponse
 
SubmitDictionaryParentEntryCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class SubmitDictionaryParentEntryCommand contributes a term via the web browser and Dashboard.
SubmitDictionaryParentEntryCommand(Localizer, ImageResourceLoader, Listener, SpellingFlag, InlineCheckDocumentSessionController, CheckAdapter, CheckSettings, ClientProperties) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.SubmitDictionaryParentEntryCommand
 
submitFlagFeedback(String, SubmitFlagFeedbackRequest) - Method in interface com.acrolinx.services.v3.feedback.IFeedbackService
 
SubmitFlagFeedback - Class in com.acrolinx.services.v3.feedback
Java class for submitFlagFeedback complex type.
SubmitFlagFeedback() - Constructor for class com.acrolinx.services.v3.feedback.SubmitFlagFeedback
 
submitFlagFeedback(String, SubmitFlagFeedbackRequest) - Method in interface com.acrolinx.services.v4.feedback.IFeedbackService
 
SubmitFlagFeedback - Class in com.acrolinx.services.v4.feedback
Java class for submitFlagFeedback complex type.
SubmitFlagFeedback() - Constructor for class com.acrolinx.services.v4.feedback.SubmitFlagFeedback
 
SubmitFlagFeedbackRequest - Class in com.acrolinx.services.v3.feedback
Java class for SubmitFlagFeedbackRequest complex type.
SubmitFlagFeedbackRequest() - Constructor for class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest
 
SubmitFlagFeedbackRequest - Class in com.acrolinx.services.v4.feedback
Java class for SubmitFlagFeedbackRequest complex type.
SubmitFlagFeedbackRequest() - Constructor for class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest
 
SubmitFlagFeedbackRequest.FlagFeedbacks - Class in com.acrolinx.services.v3.feedback
Java class for anonymous complex type.
SubmitFlagFeedbackRequest.FlagFeedbacks() - Constructor for class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackRequest.FlagFeedbacks
 
SubmitFlagFeedbackRequest.FlagFeedbacks - Class in com.acrolinx.services.v4.feedback
Java class for anonymous complex type.
SubmitFlagFeedbackRequest.FlagFeedbacks() - Constructor for class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackRequest.FlagFeedbacks
 
SubmitFlagFeedbackResponse - Class in com.acrolinx.services.v3.feedback
Java class for submitFlagFeedbackResponse complex type.
SubmitFlagFeedbackResponse() - Constructor for class com.acrolinx.services.v3.feedback.SubmitFlagFeedbackResponse
 
SubmitFlagFeedbackResponse - Class in com.acrolinx.services.v4.feedback
Java class for submitFlagFeedbackResponse complex type.
SubmitFlagFeedbackResponse() - Constructor for class com.acrolinx.services.v4.feedback.SubmitFlagFeedbackResponse
 
submitRestoreDumpRequest(String, RestoreDumpRequest) - Method in interface com.acrolinx.services.v6.terminology.ITerminologyService
 
SubmitRestoreDumpRequest - Class in com.acrolinx.services.v6.terminology
Java class for submitRestoreDumpRequest complex type.
SubmitRestoreDumpRequest() - Constructor for class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequest
 
SubmitRestoreDumpRequestResponse - Class in com.acrolinx.services.v6.terminology
Java class for submitRestoreDumpRequestResponse complex type.
SubmitRestoreDumpRequestResponse() - Constructor for class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequestResponse
 
Suggestion - Interface in com.acrolinx.javasdk.api.report
A Flag may have one or more suggestions.
SuggestionGroupId - Interface in com.acrolinx.javasdk.api.report
The SuggestionGroupId represents a grouping of Suggestion.
SuggestionGroupIdImpl - Class in com.acrolinx.javasdk.core.report
The SuggestionGroupIdImpl is the implementation of SuggestionGroupId.
SuggestionPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
The SuggestionPoJo is a POJO suggestion.
SummaryElementHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface SummaryElementHandler is used for the elements of the Report summaries.
SummaryElementHandlerAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
 
SummaryElementHandlerAdapter(JLabel, JLabel, JButton) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.SummaryElementHandlerAdapter
 
SummaryElementHandlerAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
 
SummaryElementHandlerAdapter(Label, Label, LinkLabel) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.SummaryElementHandlerAdapter
 
surface - Variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
 
surface - Variable in class com.acrolinx.services.v3.feedback.SubmitDictionaryEntryRequest
 
surface - Variable in class com.acrolinx.services.v4.feedback.SubmitDictionaryEntryRequest
 
surface - Variable in class com.acrolinx.services.v6.terminology.FindTermsRequest
 
surface - Variable in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
 
swedish() - Static method in class com.acrolinx.javasdk.api.check.Languages
 
SwingAdapterFactory - Class in com.acrolinx.javasdk.gui.swing.adapter
A factory for creating Acrolinx Java SDK adapters for swing objects.
SwingAdvancedOptionsExtensionViewFactory - Class in com.acrolinx.javasdk.gui.swing.extensions
 
SwingAdvancedOptionsExtensionViewFactory() - Constructor for class com.acrolinx.javasdk.gui.swing.extensions.SwingAdvancedOptionsExtensionViewFactory
 
SwingFilterExtensionViewFactory - Class in com.acrolinx.javasdk.gui.swing.extensions
 
SwingFilterExtensionViewFactory() - Constructor for class com.acrolinx.javasdk.gui.swing.extensions.SwingFilterExtensionViewFactory
 
SwingMainWindow - Class in com.acrolinx.javasdk.gui.swing.sample
The class SwingMainWindow is a sample integration of the Acrolinx Java SDK for swing.
SwingMainWindow(MainWindowEventHandler) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.SwingMainWindow
Instantiates a new swing main window, adding toolbar and main menu.
SwingMultiDocumentWindow - Class in com.acrolinx.javasdk.gui.swing.sample.multi
The SwingMultiDocumentWindow is a multi-document example for an Acrolinx Java SDK-based integration.
SwingMultiDocumentWindow(Frame, HostAppDocumentStore, SwingMultiDocumentWindowAcrolinxHandler) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.SwingMultiDocumentWindow
Create the application.
SwingMultiDocumentWindowAcrolinxHandler - Class in com.acrolinx.javasdk.gui.swing.sample.multi
The SwingMultiDocumentWindowAcrolinxHandler provides the code you typically have to write to create an Acrolinx Java SDK-based integration.
SwingMultiDocumentWindowAcrolinxHandler(SampleClient, DocumentSessionProviderFactory) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.multi.SwingMultiDocumentWindowAcrolinxHandler
 
SwingSegmentationExtensionViewFactory - Class in com.acrolinx.javasdk.gui.swing.extensions
 
SwingSegmentationExtensionViewFactory() - Constructor for class com.acrolinx.javasdk.gui.swing.extensions.SwingSegmentationExtensionViewFactory
 
SwingSimpleWindow - Class in com.acrolinx.javasdk.gui.swing.sample.simple
The SwingSimpleWindow is a simple example to create an Acrolinx Java SDK-based integration using the option and result dialogs but no flag handling and no multi-document support.
SwingSimpleWindow(Frame, SwingSimpleWindowAcrolinxHandler) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.simple.SwingSimpleWindow
Create the application.
SwingSimpleWindowAcrolinxHandler - Class in com.acrolinx.javasdk.gui.swing.sample.simple
The SwingSimpleWindowAcrolinxHandler provides the code you typically have to write for an Acrolinx Java SDK base integration.This example shows how to create an Acrolinx Java SDK-based integration using the option and result dialogs but no flag handling and no multi-document support.
SwingSimpleWindowAcrolinxHandler(SampleClient) - Constructor for class com.acrolinx.javasdk.gui.swing.sample.simple.SwingSimpleWindowAcrolinxHandler
 
SwingUtilsFacade - Class in com.acrolinx.javasdk.gui.swing
SwingUtilsFacade() - Constructor for class com.acrolinx.javasdk.gui.swing.SwingUtilsFacade
 
SwtAdapterFactory - Class in com.acrolinx.javasdk.gui.swt.adapter
A factory for creating Acrolinx Java SDK adapters for SWT objects.
SwtAdvancedViewExtensionFactory - Class in com.acrolinx.javasdk.gui.swt.extensions
 
SwtAdvancedViewExtensionFactory() - Constructor for class com.acrolinx.javasdk.gui.swt.extensions.SwtAdvancedViewExtensionFactory
 
SwtFilterViewExtensionFactory - Class in com.acrolinx.javasdk.gui.swt.extensions
 
SwtFilterViewExtensionFactory() - Constructor for class com.acrolinx.javasdk.gui.swt.extensions.SwtFilterViewExtensionFactory
 
SwtMainWindow - Class in com.acrolinx.javasdk.gui.swt.sample
The class SwtMainWindow is a sample integration of the Acrolinx Java SDK for SWT.
SwtMainWindow(MainWindowEventHandler) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.SwtMainWindow
 
SwtMultiDocumentWindow - Class in com.acrolinx.javasdk.gui.swt.sample.multi
 
SwtMultiDocumentWindow(Shell, int, SwtMultiDocumentWindowAcrolinxHandler) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.SwtMultiDocumentWindow
Create the dialog.
SwtMultiDocumentWindowAcrolinxHandler - Class in com.acrolinx.javasdk.gui.swt.sample.multi
The SwtMultiDocumentWindowAcrolinxHandler provides the code you typically have to write to create an Acrolinx Java SDK-based integration.
SwtMultiDocumentWindowAcrolinxHandler(SampleClient, DocumentSessionProviderFactory) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.multi.SwtMultiDocumentWindowAcrolinxHandler
 
SWTResourceManager - Class in com.swtdesigner
Utility class for managing OS resources associated with SWT controls such as colors, fonts, images, etc.
SwtSegmentationViewExtensionFactory - Class in com.acrolinx.javasdk.gui.swt.extensions
 
SwtSegmentationViewExtensionFactory() - Constructor for class com.acrolinx.javasdk.gui.swt.extensions.SwtSegmentationViewExtensionFactory
 
SwtSimpleWindow - Class in com.acrolinx.javasdk.gui.swt.sample.simple
 
SwtSimpleWindow(Shell, SwtSimpleWindowAcrolinxHandler) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.simple.SwtSimpleWindow
Create the dialog.
SwtSimpleWindowAcrolinxHandler - Class in com.acrolinx.javasdk.gui.swt.sample.simple
The SwtSimpleWindowAcrolinxHandler provides the code you typically have to write for an Acrolinx Java SDK base integration.This example shows how to create an Acrolinx Java SDK-based integration using the option and result dialogs but no flag handling and no multi-document support.
SwtSimpleWindowAcrolinxHandler(SampleClient, Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.sample.simple.SwtSimpleWindowAcrolinxHandler
 
SyncClientExtensionProvider - Class in com.acrolinx.javasdk.gui.extensions
The SyncClientExtensionProvider directs the client extension view access to the correct thread.
SyncClientExtensionProvider(ClientExtensionProvider, ThreadSyncWrapperAndLocalizationSetter) - Constructor for class com.acrolinx.javasdk.gui.extensions.SyncClientExtensionProvider
 
SynchronizedExtension<ExtensionView,ExtensionSettings> - Class in com.acrolinx.javasdk.gui.extensions
A SynchronizedExtension is an extension which is localized and invoked by correct thread by using the ThreadSyncWrapperAndLocalizationSetter.
SynchronizedExtension(ExtensionViewFactory<ExtensionView>, Class<ExtensionView>, ThreadSyncWrapperAndLocalizationSetter) - Constructor for class com.acrolinx.javasdk.gui.extensions.SynchronizedExtension
 
SYSTEM_PROXY() - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsFactory
 
SYSTEM_PROXY - Static variable in interface com.acrolinx.javasdk.api.server.ProxySettings
The system proxy will be used.
SYSTEM_PROXY() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsFactoryImpl
 
SystemAuthenticationCache - Class in com.acrolinx.javasdk.core.internal.server
The SystemAuthenticationCache installs an own SystemAuthenticationCache for authentication over SSL.
SystemFacade - Class in com.acrolinx.javasdk.core.internal.server
The SystemFacade is a facade for the static System class to provide a better testability and safer system calls.

T

Tag - Class in com.acrolinx.javasdk.core.extraction
A Tag is some kind of document structure.
Tag(String) - Constructor for class com.acrolinx.javasdk.core.extraction.Tag
 
Tag(String, String) - Constructor for class com.acrolinx.javasdk.core.extraction.Tag
 
TagBuilder - Class in com.acrolinx.javasdk.gui.sessions
The TagBuilder is used to build Tags.
TagBuilder() - Constructor for class com.acrolinx.javasdk.gui.sessions.TagBuilder
 
TagListProvider - Interface in com.acrolinx.javasdk.gui.extensions.segmentation
The TagListProvider is used to provide methods needed for segmentation and filtering.
TagListProviderFactory - Class in com.acrolinx.javasdk.gui.extensions
A factory for creating TagListProviders.
TagListProviderFactory() - Constructor for class com.acrolinx.javasdk.gui.extensions.TagListProviderFactory
 
tagListProviders() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
tags() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
TagsFactory - Class in com.acrolinx.javasdk.gui.sessions
A factory for creating Tags.
TagsFactory() - Constructor for class com.acrolinx.javasdk.gui.sessions.TagsFactory
 
targetLanguageId - Variable in class com.acrolinx.services.v6.terminology.LookupLinkedTermsRequest
 
targetReferenceName - Variable in class com.acrolinx.services.v6.terminology.DumpCreationRequest
 
targetReferenceName - Variable in class com.acrolinx.services.v6.terminology.ExportTerminologyRequest
 
TaskManager - Interface in com.acrolinx.javasdk.gui.threading
The interface TaskManager gives a GUI framework-specific implementation of the Java SDK the possibility to run methods in correct threads.
TermCandidate - Class in com.acrolinx.javasdk.core.internal.reportpojo
The TermCandidate is a term candidate FlagPoJo found by term harvesting.
TermCandidate(String, List<Match>, List<Explanation>, boolean, SimpleContext, String, String) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.TermCandidate
 
TERMCANDIDATE - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
TermCandidateFlag - Interface in com.acrolinx.javasdk.api.report
A term candidate.
TermFlag - Interface in com.acrolinx.javasdk.api.report
A TermFlag is a subclass of Flag with the TermStatus as additional information.
termHarvestingOlifUrl - Variable in class com.acrolinx.services.v4.checking.CheckDocumentResult
 
termHarvestingOlifUrl - Variable in class com.acrolinx.services.v5.checking.CheckDocumentResult
 
TerminologyAdapter - Interface in com.acrolinx.javasdk.api.server.adapter
The TerminologyAdapter provides functionality to manage and query terminology.
TerminologyAdapterImpl - Class in com.acrolinx.javasdk.core.server.adapter
The TerminologyAdapterImpl is the default implementation of TerminologyAdapter.
TerminologyAdapterImpl(TerminologyService, ServerConnection, Session) - Constructor for class com.acrolinx.javasdk.core.server.adapter.TerminologyAdapterImpl
 
TerminologyExportFault - Class in com.acrolinx.services.v6.terminology
Java class for TerminologyExportFault complex type.
TerminologyExportFault() - Constructor for class com.acrolinx.services.v6.terminology.TerminologyExportFault
 
TerminologyExportFault_Exception - Exception in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
TerminologyExportFault_Exception(String, TerminologyExportFault) - Constructor for exception com.acrolinx.services.v6.terminology.TerminologyExportFault_Exception
 
TerminologyExportFault_Exception(String, TerminologyExportFault, Throwable) - Constructor for exception com.acrolinx.services.v6.terminology.TerminologyExportFault_Exception
 
TerminologyImportFault - Class in com.acrolinx.services.v6.terminology
Java class for TerminologyImportFault complex type.
TerminologyImportFault() - Constructor for class com.acrolinx.services.v6.terminology.TerminologyImportFault
 
TerminologyImportFault_Exception - Exception in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
TerminologyImportFault_Exception(String, TerminologyImportFault) - Constructor for exception com.acrolinx.services.v6.terminology.TerminologyImportFault_Exception
 
TerminologyImportFault_Exception(String, TerminologyImportFault, Throwable) - Constructor for exception com.acrolinx.services.v6.terminology.TerminologyImportFault_Exception
 
TerminologyManagerUnavailableFault - Class in com.acrolinx.services.v6.terminology
Java class for TerminologyManagerUnavailableFault complex type.
TerminologyManagerUnavailableFault() - Constructor for class com.acrolinx.services.v6.terminology.TerminologyManagerUnavailableFault
 
TerminologyManagerUnavailableFault_Exception - Exception in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
TerminologyManagerUnavailableFault_Exception(String, TerminologyManagerUnavailableFault) - Constructor for exception com.acrolinx.services.v6.terminology.TerminologyManagerUnavailableFault_Exception
 
TerminologyManagerUnavailableFault_Exception(String, TerminologyManagerUnavailableFault, Throwable) - Constructor for exception com.acrolinx.services.v6.terminology.TerminologyManagerUnavailableFault_Exception
 
terminologyQueries() - Method in interface com.acrolinx.javasdk.api.factory.AcrolinxFactory
TerminologyQueryBuilderFactory is used to create a TerminologyQueryBuilder to set parameters for TerminologyQuery which is used to look up terms in the terminology database.
terminologyQueries() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
terminologyQueries() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
TerminologyQuery - Interface in com.acrolinx.javasdk.api.terminology
The TerminologyQuery wraps a list of parameters that constitutes filter criteria for searching terminology.
TerminologyQueryBuilder - Interface in com.acrolinx.javasdk.api.terminology
TerminologyQueryBuilder creates complex TerminologyQuerys which are used for term search.
TerminologyQueryBuilderFactory - Interface in com.acrolinx.javasdk.api.factory
A factory for creating TerminologyQueryBuilders.
TerminologyQueryBuilderFactoryImpl - Class in com.acrolinx.javasdk.core.terminology
TerminologyQueryBuilderFactoryImpl() - Constructor for class com.acrolinx.javasdk.core.terminology.TerminologyQueryBuilderFactoryImpl
 
TerminologyQueryBuilderImpl - Class in com.acrolinx.javasdk.core.terminology
The TerminologyQueryBuilderImpl is the default implementation of TerminologyQueryBuilder.
TerminologyQueryImpl - Class in com.acrolinx.javasdk.core.terminology
The TerminologyQueryImpl is the default implementation of TerminologyQuery.
TerminologyService - Interface in com.acrolinx.javasdk.core.server
The TerminologyService provides access to the Acrolinx Server terminology management and query features.
TerminologyService - Class in com.acrolinx.services.v6.terminology
This class was generated by the JAX-WS RI.
TerminologyService(URL, QName) - Constructor for class com.acrolinx.services.v6.terminology.TerminologyService
 
TerminologyService() - Constructor for class com.acrolinx.services.v6.terminology.TerminologyService
 
TerminologyService.TransferFormat - Enum in com.acrolinx.javasdk.core.server
The TerminologyService.TransferFormat describes how the requested or send format.
TerminologyServiceV6Converter - Class in com.acrolinx.javasdk.core.server.adapter.rest
Converts Acrolinx Java SDK objects to rest objects.
TerminologyServiceV6Stub - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
TerminologyServiceV6Stub(HttpClient, HttpHost, URI) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.TerminologyServiceV6Stub
 
TermSet - Class in com.acrolinx.javasdk.api.check
The class TermSet represents a term set on the Acrolinx Server.
TermSet(String) - Constructor for class com.acrolinx.javasdk.api.check.TermSet
 
termSetName - Variable in class com.acrolinx.services.v4.checking.CheckSettings.TermSetNames
 
termSetName - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities.TermSetNames
 
termSetName - Variable in class com.acrolinx.services.v5.checking.CheckSettings.TermSetNames
 
termSetName - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities.TermSetNames
 
termSetNames - Variable in class com.acrolinx.services.v4.checking.CheckSettings
 
termSetNames - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities
 
termSetNames - Variable in class com.acrolinx.services.v5.checking.CheckSettings
 
termSetNames - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities
 
TermSets - Class in com.acrolinx.javasdk.api.check
A factory for creating TermSets.
TermStatus - Enum in com.acrolinx.javasdk.api.report
The Status of a term.
testConnection(ConnectionSettings, boolean) - Method in class com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter
 
testConnection(ConnectionSettings, LocalizedCancelableProgressMonitor) - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
testConnection(ConnectionSettings, LocalizedCancelableProgressMonitor, boolean) - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
testConnectionSucceeded(Set<String>, Localizer) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
TexCallback - Interface in com.acrolinx.javasdk.core.extraction.tex
The TexCallback is used while scanning a latex document.
TexDocumentFactory - Class in com.acrolinx.javasdk.core.extraction.tex
A factory for creating BlockDocuments having a latex document parsed.
TexDocumentFactory(DocumentsFactory) - Constructor for class com.acrolinx.javasdk.core.extraction.tex.TexDocumentFactory
 
TexScanner - Class in com.acrolinx.javasdk.core.extraction.tex
The TexScanner is used to scan a latex document.
TexScanner(String) - Constructor for class com.acrolinx.javasdk.core.extraction.tex.TexScanner
 
TexSimpleCallback - Interface in com.acrolinx.javasdk.core.extraction.tex
The TexSimpleCallback is a callback being notified if the latex extraction reaches a command or normal text.
text(String) - Method in class com.acrolinx.javasdk.core.extraction.SimpleDOMNode.Factory
 
text(int, String) - Method in class com.acrolinx.javasdk.core.extraction.tex.SimpleTexCallbackAdapter
 
text(int, String) - Method in interface com.acrolinx.javasdk.core.extraction.tex.TexCallback
 
text(int, String) - Method in interface com.acrolinx.javasdk.core.extraction.tex.TexSimpleCallback
 
text(int, String) - Method in class com.acrolinx.javasdk.core.extraction.tex.TexTextExtractor
 
TEXT_DOCUMENT_TYPE_IDENTIFIER - Static variable in class com.acrolinx.javasdk.gui.swing.sample.multi.session.extractor.SampleFileTextPaneExtractor
The DocumentTypeIdentifier for plain text.
TEXT_DOCUMENT_TYPE_IDENTIFIER - Static variable in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.SampleFileStyledTextExtractor
The DocumentTypeIdentifier for plain text.
TexTextExtractor - Class in com.acrolinx.javasdk.core.extraction.tex
The TexTextExtractor is used to visualize the extraction of a latex document.
TexTextExtractor(boolean) - Constructor for class com.acrolinx.javasdk.core.extraction.tex.TexTextExtractor
 
TexTextExtractor() - Constructor for class com.acrolinx.javasdk.core.extraction.tex.TexTextExtractor
 
TextHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface TextHandler is used to get and set text to GUI objects like text boxes and labels.
TextHandlerNamedHandlerAdapter<T extends CanEnable> - Class in com.acrolinx.javasdk.gui.dialogs.handler
The class TextHandlerNamedHandlerAdapter is used to adapt TextHandler as NamedHandler.
TextHandlerNamedHandlerAdapter(TextHandler, T) - Constructor for class com.acrolinx.javasdk.gui.dialogs.handler.TextHandlerNamedHandlerAdapter
 
TextHandlerSwingDialogAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class TextHandlerSwingDialogAdapter is used to adapt a JDialog to a TextHandler for setting the title.
TextHandlerSwingDialogAdapter(JDialog) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingDialogAdapter
 
TextHandlerSwingLabelAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
TextHandlerSwingLabelAdapter(JLabel) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingLabelAdapter
 
TextHandlerSwingTextComponentAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class TextHandlerSwingTextComponentAdapter is an adapter between JTextComponent and TextHandler.
TextHandlerSwingTextComponentAdapter(JTextComponent) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTextComponentAdapter
 
TextHandlerSwingTitledBorderAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The class TextHandlerSwingTitledBorderAdapter adapts a TitledBorder to a TextHandler setting the title.
TextHandlerSwingTitledBorderAdapter(TitledBorder) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.TextHandlerSwingTitledBorderAdapter
 
TextHandlerSwtButtonAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class TextHandlerSwtButtonAdapter adapts an SWT Button to the TextHandler interface.
TextHandlerSwtButtonAdapter(Button) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtButtonAdapter
 
TextHandlerSwtLabelAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The Class TextHandlerSwtLabelAdapter adapts SWT Label to ColorableTextHandler interface.
TextHandlerSwtLabelAdapter(Label) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtLabelAdapter
 
TextHandlerSwtShellAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class TextHandlerSwtShellAdapter adapts an SWT Shell to the TextHandler interface for setting shell title (text).
TextHandlerSwtShellAdapter(Shell) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtShellAdapter
 
TextHandlerSwtStyledTextAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class TextHandlerSwtStyledTextAdapter adapts a StyledText to a TextHandler
TextHandlerSwtStyledTextAdapter(StyledText) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtStyledTextAdapter
 
TextHandlerSwtTextAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class TextHandlerSwtTextAdapter adapts an SWT Text to the TextHandler interface.
TextHandlerSwtTextAdapter(Text) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.TextHandlerSwtTextAdapter
 
TextPaneOffsetBasedComponentFactory - Class in com.acrolinx.javasdk.gui.swing.sessions.textpane
 
TextPaneOffsetBasedComponentFactory(GuiFactory, JTextPane, SwingUtilsFacade) - Constructor for class com.acrolinx.javasdk.gui.swing.sessions.textpane.TextPaneOffsetBasedComponentFactory
 
TextPaneRightClickMouseAdapter - Class in com.acrolinx.javasdk.gui.swing.adapter
The TextPaneRightClickMouseAdapter is a MouseAdapter for a JTextPane and a DocumentSession to set the caret to the correct position and show a popup if needed.
TextPaneRightClickMouseAdapter(JTextPane, DocumentSession) - Constructor for class com.acrolinx.javasdk.gui.swing.adapter.TextPaneRightClickMouseAdapter
 
textPlain() - Static method in class com.acrolinx.javasdk.api.extraction.FileFormats
 
TextPrepareCheckCallback - Class in com.acrolinx.javasdk.gui.checking
The class TextPrepareCheckCallback is a PrepareCheckCallback implementation using simple text for CheckInformation creation.
TextPrepareCheckCallback(String) - Constructor for class com.acrolinx.javasdk.gui.checking.TextPrepareCheckCallback
 
TextUtil - Class in com.acrolinx.javasdk.gui.util
The class TextUtil provides methods for text operations.
ThinWsServerFacade - Interface in com.acrolinx.javasdk.core.server
A very low-level facade to wrap any web service details.
ThinWsServerFacadeProxy - Class in com.acrolinx.javasdk.core.server
The ThinWsServerFacadeProxy encapsulates all calls to a ThinWsServerFacade to run with the correct proxy configured.
ThinWsServerFacadeProxy.SetProxyInvocationHandler - Class in com.acrolinx.javasdk.core.server
The ThinWsServerFacadeProxy.SetProxyInvocationHandler encapsulates all calls to a ThinWsServerFacade to run with the correct proxy configured.
ThinWsServerFacadeProxy.SetProxyInvocationHandler(ThinWsServerFacade, ServerEndpointConfiguration, AcrolinxProxySelector) - Constructor for class com.acrolinx.javasdk.core.server.ThinWsServerFacadeProxy.SetProxyInvocationHandler
 
threadSyncAndLocalizers() - Method in class com.acrolinx.javasdk.gui.GuiFactory
 
ThreadSyncAndLocalizersFactory - Class in com.acrolinx.javasdk.gui
ThreadSyncAndLocalizersFactory() - Constructor for class com.acrolinx.javasdk.gui.ThreadSyncAndLocalizersFactory
 
ThreadSyncWrapperAndLocalizationSetter - Class in com.acrolinx.javasdk.gui.threading.proxy
ThreadSyncWrapperAndLocalizationSetter(TaskManager, Localizer) - Constructor for class com.acrolinx.javasdk.gui.threading.proxy.ThreadSyncWrapperAndLocalizationSetter
 
ThreadSyncWrapperAndLocalizationSetter.IsWrapped - Interface in com.acrolinx.javasdk.gui.threading.proxy
The interface IsWrapped is used to test if an object has already been wrapped.
tick(int) - Method in interface com.acrolinx.javasdk.api.server.adapter.ProgressMonitor
 
tick(int) - Method in class com.acrolinx.javasdk.gui.dialogs.progress.LocalizedCancelableProgressMonitor
 
title - Variable in class com.acrolinx.services.v3.core.Message
 
to(DocumentTypeIdentifier) - Static method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeIdentifierMarshaller
 
toAwtColor(MarkingColor) - Static method in class com.acrolinx.javasdk.gui.swing.util.Colors
 
toExtensionSettings(AdvancedOptionsExtensionSettings) - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtension
 
toExtensionSettings(ExtensionSettingsType) - Method in interface com.acrolinx.javasdk.gui.extensions.ClientExtension
 
toExtensionSettings(FilterExtensionSettings) - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtension
 
toExtensionSettings(SegmentationExtensionSettings) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtension
 
toExtensionSettings(SampleExtensionSettings) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.extensions.SampleExtension
 
toExtensionSettings(SampleExtensionSettings) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.extension.SampleExtension
 
toExtractionScope() - Method in enum com.acrolinx.javasdk.gui.sessions.impl.SelectionScope
 
ToggleCommand - Class in com.acrolinx.javasdk.gui.commands.toolbar
The class ToggleCommand is a command with a list of sub commands.
ToggleCommand(List<Command>) - Constructor for class com.acrolinx.javasdk.gui.commands.toolbar.ToggleCommand
 
ToggleHandler - Interface in com.acrolinx.javasdk.gui.dialogs.handler
The interface ToggleHandler is used for buttons which could toggle their state, e.g.
ToggleHandlerSwtButtonAdapter - Class in com.acrolinx.javasdk.gui.swt.adapter
The class ToggleHandlerSwtButtonAdapter adapts an SWT Button to the ToggleHandler interface.
ToggleHandlerSwtButtonAdapter(Button) - Constructor for class com.acrolinx.javasdk.gui.swt.adapter.ToggleHandlerSwtButtonAdapter
 
toggleMarkings() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
toggleMarkings() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
toggleMarkings toggles markings on or off depending on DocumentSessionController.isMarkingsDisplayed().
toggleMarkings() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
ToggleMarkingsClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class ToggleMarkingsClickHandler toggles the display of markings.
ToggleMarkingsClickHandler(DocumentSessionControllerProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.ToggleMarkingsClickHandler
 
ToggleMarkingsCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class ToggleMarkingsCommand toggles markings on and off.
ToggleMarkingsCommand(Localizer, ImageResourceLoader, boolean, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ToggleMarkingsCommand
 
toggleStepMode() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
toggleStepMode() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
toggleStepMode() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
ToggleStepModeCommand - Class in com.acrolinx.javasdk.gui.commands.impl
The class ToggleStepModeCommand is used to toggle the step-through mode.
ToggleStepModeCommand(Localizer, ImageResourceLoader, boolean, DocumentSessionControllerProvider, Listener) - Constructor for class com.acrolinx.javasdk.gui.commands.impl.ToggleStepModeCommand
 
ToggleStepModeCommandClickHandler - Class in com.acrolinx.javasdk.gui.commands.handler
The class ToggleStepModeCommandClickHandler toggles the step-through mode if possible.
ToggleStepModeCommandClickHandler(DocumentSessionControllerProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.handler.ToggleStepModeCommandClickHandler
 
toMarkingColor(Color) - Static method in class com.acrolinx.javasdk.gui.swing.util.Colors
 
toMarkingColor(Color) - Static method in class com.acrolinx.javasdk.gui.swt.util.Colors
 
ToolbarCommandListBuilder - Class in com.acrolinx.javasdk.gui.commands.factories
The class ToolbarCommandListBuilder builds a list of commands for the main menu, see MainCommandListBuilder.
ToolbarCommandListBuilder(MainCommandFactory, SessionProvider) - Constructor for class com.acrolinx.javasdk.gui.commands.factories.ToolbarCommandListBuilder
 
TOP_LEFT - Static variable in class com.swtdesigner.SWTResourceManager
Style constant for placing decorator image in top left corner of base image.
TOP_RIGHT - Static variable in class com.swtdesigner.SWTResourceManager
Style constant for placing decorator image in top right corner of base image.
TOP_SPIN_EXAMPLE_TEXT - Static variable in class com.acrolinx.javasdk.gui.swing.sample.util.SampleTexts
Example text to be used with Acrolinx Server.
TOP_SPIN_EXAMPLE_TEXT - Static variable in class com.acrolinx.javasdk.gui.swt.sample.util.SampleTexts
Example text to be used with Acrolinx Server.
toProperties() - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings
 
toProperties() - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings
 
toProperties() - Method in class com.acrolinx.javasdk.gui.extensions.advanced.AdvancedOptionsExtensionSettings
 
toProperties() - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
toProperties() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.api.check.Keyword
 
toString() - Method in class com.acrolinx.javasdk.api.check.Language
 
toString() - Method in class com.acrolinx.javasdk.api.check.RuleSet
 
toString() - Method in class com.acrolinx.javasdk.api.check.TermSet
 
toString() - Method in class com.acrolinx.javasdk.api.client.Area
 
toString() - Method in class com.acrolinx.javasdk.api.client.MarkingColor
To string.
toString() - Method in class com.acrolinx.javasdk.api.extraction.Author
 
toString() - Method in class com.acrolinx.javasdk.api.extraction.CheckScope
 
toString() - Method in enum com.acrolinx.javasdk.api.extraction.ControlCharacter
 
toString() - Method in enum com.acrolinx.javasdk.api.extraction.documents.block.BreakLevel
 
toString() - Method in class com.acrolinx.javasdk.api.extraction.FileFormat
 
toString() - Method in class com.acrolinx.javasdk.api.extraction.FileName
 
toString() - Method in interface com.acrolinx.javasdk.api.report.FlagSummary
 
toString() - Method in class com.acrolinx.javasdk.api.server.ContextInformation
 
toString() - Method in class com.acrolinx.javasdk.api.server.User
 
toString() - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.block.BlockContextImpl
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.block.DocumentPartImpl
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.block.RangeImpl
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.DOMGlobalSettings
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.StringDocument
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.Tag
 
toString() - Method in class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
 
toString() - Method in class com.acrolinx.javasdk.core.factory.AcrolinxFactoryImpl
 
toString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion
 
toString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestionSurfaceElement
 
toString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Explanation
 
toString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.FlagPoJo
 
toString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.Match
 
toString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SimpleContext
 
toString() - Method in class com.acrolinx.javasdk.core.internal.reportpojo.SuggestionPoJo
 
toString() - Method in class com.acrolinx.javasdk.core.report.FlagGroupIdImpl
 
toString() - Method in class com.acrolinx.javasdk.core.report.GroupIdImpl
 
toString() - Method in class com.acrolinx.javasdk.core.report.PartOfTextImpl
 
toString() - Method in class com.acrolinx.javasdk.core.report.ReportProxy
 
toString() - Method in class com.acrolinx.javasdk.core.report.SuggestionGroupIdImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.AuthorizationManager
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.CachedPrivileges
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckAdapterImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.CheckImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.FlagExtractionCheck
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.LanguageCapabilitiesImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.PrivilegesImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.rest.RestServerFacade
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.RuleSetCapabilitiesImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.Server27SoapWebServiceFacade
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersionImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.SessionImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.Sessions
 
toString() - Method in class com.acrolinx.javasdk.core.server.adapter.UserAdapterImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.BroadcastMessageImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.ClientPropertiesImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.MetaInfoImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.ServerEndpointImpl
 
toString() - Method in class com.acrolinx.javasdk.core.server.SingleSignOnHeaderConfigurationImpl
 
toString() - Method in class com.acrolinx.javasdk.core.storage.FileBasedStore
 
toString() - Method in class com.acrolinx.javasdk.core.storage.PropertiesImpl
 
toString() - Method in class com.acrolinx.javasdk.core.terminology.TerminologyQueryImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.actions.CheckCapabilitiesImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.checking.CheckAcceptenceStrategy
 
toString() - Method in class com.acrolinx.javasdk.gui.checking.CheckHistoryEntry
 
toString() - Method in class com.acrolinx.javasdk.gui.checking.inline.Key
Only for debug output use.
toString() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingControllerImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.checking.inline.MarkingImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.checking.inline.markings.offset.OffsetMarkingsImpl
 
toString() - Method in interface com.acrolinx.javasdk.gui.checking.status.CheckingStatusValue
Returns a string representation of the value.
toString() - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
toString() - Method in class com.acrolinx.javasdk.gui.dialogs.handler.controller.Column
 
toString() - Method in class com.acrolinx.javasdk.gui.dialogs.seo.keywords.KeyWordsModel
 
toString() - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.NullCheckSettings
 
toString() - Method in class com.acrolinx.javasdk.gui.ServerConnectionProvider
 
toString() - Method in class com.acrolinx.javasdk.gui.sessions.controller.AbstractDocumentSessionController
 
toString() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
toString() - Method in class com.acrolinx.javasdk.gui.sessions.impl.DocumentSessionImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsImpl
 
toString() - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsImpl
 
toString(String) - Method in enum com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl.PropertyNames
 
toString() - Method in class com.acrolinx.javasdk.gui.storage.StringPropertiesProxy
 
toString(Localizer, String...) - Method in enum com.acrolinx.javasdk.localization.Identifier
 
toString() - Method in enum com.acrolinx.javasdk.localization.Identifier
 
toSwtColor(MarkingColor) - Static method in class com.acrolinx.javasdk.gui.swt.util.Colors
 
TOTAL - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
The TOTAL count of flags equals ReportSummary.getTotalFlagCount().
toV3SubmitDictionaryEntryRequest(String, Language, RuleSet, DictionaryScope, String, MetaInfo) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
toV4RequestSession(ClientInformation, SessionArea) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
toV4RequestSession(ClientInformation, SessionType) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
toV4SubmitDictionaryEntryRequest(String, Language, RuleSet, DictionaryScope, String, MetaInfo) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
toV4UserPropertyStoreRequest(Properties) - Static method in class com.acrolinx.javasdk.core.server.adapter.Converter
 
type - Variable in class com.acrolinx.services.v5.checking.FlagResultDetails
 
TypedCheckInformation<DocumentType extends Document> - Interface in com.acrolinx.javasdk.api.extraction
The TypedCheckInformation is a specialization of CheckInformation to easily keep the type information of the Document for later mapping of ranges to original positions for example via DocumentPartMapping.getOriginalDocumentParts(com.acrolinx.javasdk.api.extraction.documents.block.Range) .
TypedCheckInformationImpl<DocumentType extends Document> - Class in com.acrolinx.javasdk.core.extraction
The class CheckInformation is used to provide all document-related check information like the.
TypedCheckInformationImpl(DocumentType, int, boolean, AdditionalData, CheckScope, boolean) - Constructor for class com.acrolinx.javasdk.core.extraction.TypedCheckInformationImpl
Instantiates a new check information.

U

UNKNOWN - Static variable in class com.acrolinx.javasdk.core.server.adapter.ServerVersion
The UNKNOWN ServerVersion used if the server runs in eclipse.
unknownAuthor() - Static method in class com.acrolinx.javasdk.api.extraction.Authors
 
unknownFileFormat() - Static method in class com.acrolinx.javasdk.api.extraction.FileFormats
RFC 2046 states in section 4.5.1: The "octet-stream" subtype is used to indicate that a body contains arbitrary binary data.
unknownFilename() - Static method in class com.acrolinx.javasdk.api.extraction.Filenames
 
unregister() - Static method in class com.acrolinx.javasdk.core.internal.server.proxy.AcrolinxProxySelector
 
unregister(GuiUpdateListener) - Method in class com.acrolinx.javasdk.gui.GuiUpdateListenerContext
 
UnresolvableEntityException - Exception in com.acrolinx.javasdk.api.exceptions
The UnresolvableEntityException is thrown by XML resolver if an entity could not be resolved.
UnresolvableEntityException(String, String, String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.UnresolvableEntityException
 
update(Command) - Method in interface com.acrolinx.javasdk.gui.dialogs.menu.MenuPresenter.MenuView
 
update() - Method in class com.acrolinx.javasdk.gui.dialogs.menu.MenuPresenter
 
update() - Method in class com.acrolinx.javasdk.gui.GuiController
Updates all MenuPresenter.MenuViews added by GuiController#presentMainMenu(MenuView) and GuiController#presentToolbar(MenuView).
update() - Method in interface com.acrolinx.javasdk.gui.GuiUpdateListener
In case of GuiUpdateListener.update() you should update your menus and tool bars.
update() - Method in class com.acrolinx.javasdk.gui.GuiUpdateListenerContext
 
update(Command) - Method in class com.acrolinx.javasdk.gui.swing.adapter.AbstractSwingMainMenuView
 
update(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swing.sample.multi.HostAppDocumentController
 
update(HostAppDocument) - Method in class com.acrolinx.javasdk.gui.swt.sample.multi.HostAppDocumentController
 
updateMarkings(Set<Key>) - Method in interface com.acrolinx.javasdk.gui.sessions.controller.inline.InlineCheckDocumentSessionController
Updates and refreshes markings.
updateMenu(String) - Method in interface com.acrolinx.javasdk.gui.dialogs.menu.MenuPresenter.MenuView
 
updateMenu(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MainMenuToolbarViewSwingAdapter
 
updateMenu(String) - Method in class com.acrolinx.javasdk.gui.swing.adapter.MainMenuViewSwingAdapter
 
updateMenu(String) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.contextmenu.ContextMenuDialog
 
updateMenu(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuToolbarViewSwtAdapter
 
updateMenu(String) - Method in class com.acrolinx.javasdk.gui.swt.adapter.MainMenuViewSwtAdapter
 
url - Variable in class com.acrolinx.services.v5.checking.FlagResultDetails
 
URLStreamHandlers - Class in com.acrolinx.javasdk.api.util
 
useHardExclusion - Variable in class com.acrolinx.services.v4.checking.RuleSetCapabilities
 
useHardExclusion - Variable in class com.acrolinx.services.v5.checking.RuleSetCapabilities
 
User - Class in com.acrolinx.javasdk.api.server
A user that can use the Acrolinx Server.
User(String, String) - Constructor for class com.acrolinx.javasdk.api.server.User
 
UserAdapter - Interface in com.acrolinx.javasdk.api.server
The UserAdapter is used to manage user properties.
UserAdapterImpl - Class in com.acrolinx.javasdk.core.server.adapter
The UserAdapterImpl is the default implementation of UserAdapter.
UserAdapterImpl(ServerConnection, ThinWsServerFacade, AuthorizationManager) - Constructor for class com.acrolinx.javasdk.core.server.adapter.UserAdapterImpl
 
userMetadataEditUrl - Variable in class com.acrolinx.services.v4.checking.UserMetadataIncompleteFault
 
userMetadataEditUrl - Variable in class com.acrolinx.services.v5.checking.UserMetadataIncompleteFault
 
UserMetaDataIncompleteException - Exception in com.acrolinx.javasdk.api.exceptions
The UserMetaDataIncompleteException is thrown if the user has to specify more meta data using a web browser.
UserMetaDataIncompleteException(String, String) - Constructor for exception com.acrolinx.javasdk.api.exceptions.UserMetaDataIncompleteException
 
UserMetaDataIncompleteException(String, String, Exception) - Constructor for exception com.acrolinx.javasdk.api.exceptions.UserMetaDataIncompleteException
 
UserMetadataIncompleteFault - Class in com.acrolinx.services.v4.checking
Java class for UserMetadataIncompleteFault complex type.
UserMetadataIncompleteFault() - Constructor for class com.acrolinx.services.v4.checking.UserMetadataIncompleteFault
 
UserMetadataIncompleteFault - Class in com.acrolinx.services.v5.checking
Java class for UserMetadataIncompleteFault complex type.
UserMetadataIncompleteFault() - Constructor for class com.acrolinx.services.v5.checking.UserMetadataIncompleteFault
 
UserMetadataIncompleteFault_Exception - Exception in com.acrolinx.services.v4.checking
This class was generated by the JAX-WS RI.
UserMetadataIncompleteFault_Exception(String, UserMetadataIncompleteFault) - Constructor for exception com.acrolinx.services.v4.checking.UserMetadataIncompleteFault_Exception
 
UserMetadataIncompleteFault_Exception(String, UserMetadataIncompleteFault, Throwable) - Constructor for exception com.acrolinx.services.v4.checking.UserMetadataIncompleteFault_Exception
 
UserMetadataIncompleteFault_Exception - Exception in com.acrolinx.services.v5.checking
This class was generated by the JAX-WS RI.
UserMetadataIncompleteFault_Exception(String, UserMetadataIncompleteFault) - Constructor for exception com.acrolinx.services.v5.checking.UserMetadataIncompleteFault_Exception
 
UserMetadataIncompleteFault_Exception(String, UserMetadataIncompleteFault, Throwable) - Constructor for exception com.acrolinx.services.v5.checking.UserMetadataIncompleteFault_Exception
 
username - Variable in class com.acrolinx.services.v3.core.CreateUser
 
username - Variable in class com.acrolinx.services.v3.core.GetAuthToken
 
userProperties - Variable in class com.acrolinx.services.v4.user.StoreUserPropertiesRequest
 
UserProperties - Class in com.acrolinx.services.v4.user
Java class for UserProperties complex type.
UserProperties() - Constructor for class com.acrolinx.services.v4.user.UserProperties
 
userProperties - Variable in class com.acrolinx.services.v4.user.UserPropertiesResult
 
UserProperties.UserPropertyKeys - Class in com.acrolinx.services.v4.user
Java class for anonymous complex type.
UserProperties.UserPropertyKeys() - Constructor for class com.acrolinx.services.v4.user.UserProperties.UserPropertyKeys
 
UserProperties.UserPropertyValues - Class in com.acrolinx.services.v4.user
Java class for anonymous complex type.
UserProperties.UserPropertyValues() - Constructor for class com.acrolinx.services.v4.user.UserProperties.UserPropertyValues
 
UserPropertiesPersistenceStrategy - Class in com.acrolinx.javasdk.core.server.adapter
The UserPropertiesPersistenceStrategy has two functions.
UserPropertiesPersistenceStrategy(UserPropertiesPersistenceStrategy.UserPropertiesStore, SystemFacade) - Constructor for class com.acrolinx.javasdk.core.server.adapter.UserPropertiesPersistenceStrategy
 
UserPropertiesResult - Class in com.acrolinx.services.v4.user
Java class for UserPropertiesResult complex type.
UserPropertiesResult() - Constructor for class com.acrolinx.services.v4.user.UserPropertiesResult
 
userPropertyKey - Variable in class com.acrolinx.services.v4.user.UserProperties.UserPropertyKeys
 
userPropertyKeys - Variable in class com.acrolinx.services.v4.user.UserProperties
 
userPropertyValue - Variable in class com.acrolinx.services.v4.user.UserProperties.UserPropertyValues
 
userPropertyValues - Variable in class com.acrolinx.services.v4.user.UserProperties
 
Users - Class in com.acrolinx.javasdk.api.server
Users is a factory for creating User objects.
UserService - Interface in com.acrolinx.javasdk.core.server
 
UserService - Class in com.acrolinx.services.v4.user
This class was generated by the JAX-WS RI.
UserService(URL, QName) - Constructor for class com.acrolinx.services.v4.user.UserService
 
UserService() - Constructor for class com.acrolinx.services.v4.user.UserService
 
UserServiceV6Stub - Class in com.acrolinx.javasdk.core.server.adapter.rest
 
UserServiceV6Stub(HttpClient, HttpHost, URI) - Constructor for class com.acrolinx.javasdk.core.server.adapter.rest.UserServiceV6Stub
 

V

VALID - Static variable in class com.acrolinx.javasdk.gui.checking.status.CheckingStatusKey.Keys
validate(ClientSettings, LocalizedCancelableProgressMonitor) - Method in interface com.acrolinx.javasdk.gui.dialogs.ClientSettingsValidator
 
validate(ConnectionSettings, LocalizedCancelableProgressMonitor) - Method in interface com.acrolinx.javasdk.gui.dialogs.ClientSettingsValidator
 
validate(CheckSettings, LocalizedCancelableProgressMonitor) - Method in interface com.acrolinx.javasdk.gui.dialogs.ClientSettingsValidator
 
validateAndShowErrorMessageIfInvalid() - Method in class com.acrolinx.javasdk.gui.dialogs.options.OptionContentPresenter
 
ValidationResult - Interface in com.acrolinx.javasdk.api.server
The interface ValidationResult is used as return type of server connection tests.
ValidationResult.AreaOfFailure - Enum in com.acrolinx.javasdk.api.server
The ValidationResult.AreaOfFailure describes in which area the failure is located.
ValidationResultFactory - Class in com.acrolinx.javasdk.gui
A factory for creating default ValidationResults.
ValidTermFlagPoJo - Class in com.acrolinx.javasdk.core.internal.reportpojo
The ValidTermFlagPoJo is used while report parsing.
ValidTermFlagPoJo(String, List<SuggestionPoJo>, List<ClassifiedSuggestion>, List<Match>, List<Explanation>, String, boolean, SimpleContext) - Constructor for class com.acrolinx.javasdk.core.internal.reportpojo.ValidTermFlagPoJo
 
value() - Method in enum com.acrolinx.services.v3.core.Importance
 
value() - Method in enum com.acrolinx.services.v3.core.SessionType
 
value() - Method in enum com.acrolinx.services.v3.feedback.Action
 
value() - Method in enum com.acrolinx.services.v3.feedback.Scope
 
value() - Method in enum com.acrolinx.services.v4.checking.CheckPriority
 
value() - Method in enum com.acrolinx.services.v4.checking.CheckReportFormat
 
value() - Method in enum com.acrolinx.services.v4.checking.CheckResultType
 
value() - Method in enum com.acrolinx.services.v4.checking.DocumentStatus
 
value() - Method in enum com.acrolinx.services.v4.checking.FlagType
 
value() - Method in enum com.acrolinx.services.v4.checking.RequestFormat
 
value() - Method in enum com.acrolinx.services.v4.checking.State
 
value() - Method in enum com.acrolinx.services.v4.feedback.Action
 
value() - Method in enum com.acrolinx.services.v4.feedback.Scope
 
value() - Method in enum com.acrolinx.services.v5.checking.CheckPriority
 
value() - Method in enum com.acrolinx.services.v5.checking.CheckReportFormat
 
value() - Method in enum com.acrolinx.services.v5.checking.CheckResultType
 
value() - Method in enum com.acrolinx.services.v5.checking.DocumentStatus
 
value() - Method in enum com.acrolinx.services.v5.checking.FlagType
 
value() - Method in enum com.acrolinx.services.v5.checking.RequestFormat
 
value() - Method in enum com.acrolinx.services.v5.checking.State
 
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.client.DefaultFlagColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.exceptions.AuthorizationFailedException.AuthorizationFailedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.extraction.ControlCharacter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.BreakLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.FilterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.extraction.SegmentationDefinition.BreakLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.extraction.SegmentationDefinition.InclusionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.factory.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.report.CheckResultTransferMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.report.DocumentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.report.ExtractionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.report.FlagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.report.ReportSummaryFlagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.report.TermStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.adapter.AggregationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.adapter.CheckType.CheckPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.adapter.CheckType.CheckResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.BroadcastMessage.Importance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.CheckStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.DictionaryScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.SingleSignOnConfiguration.SingleSignOnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.server.ValidationResult.AreaOfFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.api.validation.Preconditions.PreconditionFailureHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.core.checkSettings.CheckingOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion.ClassifiedSuggestionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.core.internal.reportpojo.FlagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.core.server.adapter.SessionArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.core.server.TerminologyService.TransferFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.core.util.ServiceHelper.Services
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.actions.CheckExceptionHandler.FailureHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder.Commands
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.dialogs.contextmenu.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.dialogs.handler.controller.Column.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxButtons
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.dialogs.options.ExtractionCheck
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.DialogsPresenter.OptionsArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.Images
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.MarkingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.sessions.impl.ExtractionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.sessions.impl.SelectionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.ShowOptionsStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.ShowResultStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl.PropertyNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.gui.swt.eclipse.WebBrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.javasdk.localization.Identifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v3.core.Importance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v3.core.SessionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v3.feedback.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v3.feedback.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.checking.CheckPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.checking.CheckReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.checking.CheckResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.checking.DocumentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.checking.FlagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.checking.RequestFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.checking.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.feedback.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v4.feedback.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v5.checking.CheckPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v5.checking.CheckReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v5.checking.CheckResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v5.checking.DocumentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v5.checking.FlagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v5.checking.RequestFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.acrolinx.services.v5.checking.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.acrolinx.javasdk.api.client.DefaultFlagColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.exceptions.AuthorizationFailedException.AuthorizationFailedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.extraction.ControlCharacter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.AccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.BreakLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.extraction.documents.block.FilterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.extraction.SegmentationDefinition.BreakLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.extraction.SegmentationDefinition.InclusionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.factory.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.report.CheckResultTransferMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.report.DocumentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.report.ExtractionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.report.FlagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.report.ReportSummaryFlagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.report.TermStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.adapter.AggregationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.adapter.CheckType.CheckPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.adapter.CheckType.CheckResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.BroadcastMessage.Importance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.CheckStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.DictionaryScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.SingleSignOnConfiguration.SingleSignOnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.server.ValidationResult.AreaOfFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.api.validation.Preconditions.PreconditionFailureHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.core.checkSettings.CheckingOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier.Detail.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.core.internal.reportpojo.ClassifiedSuggestion.ClassifiedSuggestionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.core.internal.reportpojo.FlagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.core.server.adapter.SessionArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.core.server.TerminologyService.TransferFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.core.util.ServiceHelper.Services
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.actions.CheckExceptionHandler.FailureHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder.Commands
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.dialogs.contextmenu.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.dialogs.handler.controller.Column.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxButtons
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.dialogs.options.ExtractionCheck
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.DialogsPresenter.OptionsArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.Images
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.MarkingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.sessions.impl.ExtractionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.sessions.impl.MarkingNavigator.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.sessions.impl.SelectionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.ShowOptionsStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.ShowResultStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.storage.connection.ConnectionSettingsStoreImpl.PropertyNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.gui.swt.eclipse.WebBrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.javasdk.localization.Identifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v3.core.Importance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v3.core.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v3.feedback.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.acrolinx.services.v3.feedback.MetaInfo
 
values() - Static method in enum com.acrolinx.services.v3.feedback.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v4.checking.CheckPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v4.checking.CheckReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v4.checking.CheckResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v4.checking.DocumentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v4.checking.FlagType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.acrolinx.services.v4.checking.MetaInfo
 
values() - Static method in enum com.acrolinx.services.v4.checking.RequestFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v4.checking.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v4.feedback.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.acrolinx.services.v4.feedback.MetaInfo
 
values() - Static method in enum com.acrolinx.services.v4.feedback.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v5.checking.CheckPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v5.checking.CheckReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v5.checking.CheckResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v5.checking.DocumentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v5.checking.FlagType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.acrolinx.services.v5.checking.MetaInfo
 
values() - Static method in enum com.acrolinx.services.v5.checking.RequestFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.acrolinx.services.v5.checking.State
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in enum com.acrolinx.javasdk.core.util.ServiceHelper.Services
 
version - Variable in class com.acrolinx.services.v3.core.ClientInfo
 
version - Variable in class com.acrolinx.services.v3.core.ServerVersionResult
 
ViewFactory - Interface in com.acrolinx.javasdk.gui
A factory for creating View objects (dialogs).
VmProxyConfigurator - Class in com.acrolinx.javasdk.core.internal.server.proxy
The VmProxyConfigurator is used to configure the vm proxy in System via SystemFacade.
VmProxyConfigurator(SystemFacade) - Constructor for class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyConfigurator
 
VmProxyStateRestorer - Class in com.acrolinx.javasdk.core.internal.server.proxy
The VmProxyStateRestorer sores and restores the vm proxy properties using the SystemFacade for accessing System.
VmProxyStateRestorer(SystemFacade) - Constructor for class com.acrolinx.javasdk.core.internal.server.proxy.VmProxyStateRestorer
 

W

wasMarked() - Method in class com.acrolinx.javasdk.gui.sessions.controller.dialog.CorrectionDialogCheckDocumentSessionControllerImpl
 
wasMarked() - Method in interface com.acrolinx.javasdk.gui.sessions.controller.DocumentSessionController
 
wasMarked() - Method in class com.acrolinx.javasdk.gui.sessions.controller.NullDocumentSessionController
 
wasSuccessful() - Method in interface com.acrolinx.javasdk.api.server.ValidationResult
 
wasUserOrPasswordChanged(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.dialogs.options.ServerPresenter
 
WebBrowserType - Enum in com.acrolinx.javasdk.gui.swt.eclipse
The enum WebBrowserType is used to define which web browser is used by EclipseDialogsPresenter.
WebPagePresenter - Interface in com.acrolinx.javasdk.gui
The interface WebPagePresenter is used for presenting web pages in a web browser.
WHITE - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant WHITE.
widgetDefaultSelected(SelectionEvent) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ClickHandlerSwtSelectionListenerAdapter
 
widgetSelected(SelectionEvent) - Method in class com.acrolinx.javasdk.gui.swt.adapter.ClickHandlerSwtSelectionListenerAdapter
 
windowClosed(WindowEvent) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.PositionWindowAdapter
 
windowOpened(WindowEvent) - Method in class com.acrolinx.javasdk.gui.swing.dialogs.PositionWindowAdapter
 
withAbout(AboutCommandCallback) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withAbout(AboutCommandCallback) - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
Adds an about button to the toolbar and menu with the possibility to plug in your customized about dialog.
withAbsoluteDocumentOffset(int) - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformationBuilder
 
withAbsoluteDocumentOffset(int) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
withAdditionalMetaData(AdditionalData) - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformationBuilder
 
withAdditionalMetaData(AdditionalData) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
withAdditionalResultInformation(LinkedHashMap<String, String>) - Method in interface com.acrolinx.javasdk.api.extraction.AditionalDataBuilder
 
withAdditionalResultInformation(String, String) - Method in interface com.acrolinx.javasdk.api.extraction.AditionalDataBuilder
 
withAdditionalResultInformation(LinkedHashMap<String, String>) - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
withAdditionalResultInformation(String, String) - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
withAdditionalResultInformation(LinkedHashMap<String, String>) - Method in class com.acrolinx.javasdk.core.extraction.AditionalDataBuilderImpl
 
withAdditionalResultInformation(String, String) - Method in class com.acrolinx.javasdk.core.extraction.AditionalDataBuilderImpl
 
withAllCommands(AboutCommandCallback, HelpCommandCallback) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withAllCommands(AboutCommandCallback, HelpCommandCallback) - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With all commands.
withAuthor(Author) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentBuilder
 
withAuthor(Author) - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
withBeginIndex(int) - Method in interface com.acrolinx.javasdk.api.factory.ContextInformationsBuilder
 
withBeginIndex(int) - Method in class com.acrolinx.javasdk.core.factory.ContextInformationsBuilderImpl
 
withBreakLevel(BreakLevel) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
 
withBreakLevel(BreakLevel) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
withBuildNumber(int) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
 
withBuildNumber(int) - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withBuildNumber(int) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
withBuildNumber(String) - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersionImpl
Fluently set the build number.
withButtons(MessageBoxButtons) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
withCheckInline() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withCheckInline() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
Call this method if you want to have a check button on your toolbar or menu bar.
withCheckScope(CheckScope) - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformationBuilder
 
withCheckScope(CheckScope) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
withCheckSettings(CheckSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
withCheckSettings(CheckSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
withCheckWithCorrectionDialog() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withCheckWithCorrectionDialog() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With check with corrections dialog command.
withClientApplicationName(String) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
 
withClientApplicationName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withClientApplicationName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
withClientName(String) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
 
withClientName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withClientName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
withClientSignature(String) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
A ClientSignature is used to identify a client.
withClientSignature(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withClientSignature(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
withCompleteCheck(boolean) - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformationBuilder
 
withCompleteCheck(boolean) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
withConnectionSettings(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
withConnectionSettings(ConnectionSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
withConnectionType(ConnectionType) - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsBuilder
With connection type.
withConnectionType(ConnectionType) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
withConnectionType(ConnectionType) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
withContextList(Collection<BlockContext>) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
 
withContextList(Collection<BlockContext>) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
withContextMenuPosition(Area) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
withCustomReuseSentenceBank(String) - Method in interface com.acrolinx.javasdk.api.checksettings.AdvancedCheckSettingsBuilder
Set to collect Reuse sentences in the sentence bank that is specified in the argument instead of the default sentence bank.
withCustomReuseSentenceBank(String) - Method in class com.acrolinx.javasdk.core.checkSettings.AdvancedCheckSettingsBuilderImpl
 
withDetail(DocumentTypeIdentifier.Detail.Type, String) - Method in class com.acrolinx.javasdk.core.extraction.DocumentTypeIdentifier
 
withDisplayName(String) - Method in class com.acrolinx.javasdk.gui.sessions.TagBuilder
 
withDocument(DocumentType) - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformationBuilder
 
withDocument(DocumentType) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
withEmptyElements(Set<Tag>) - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings.DocumentTypeFilterSettings
 
withEmptyElements(Set<Tag>) - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
withEndIndex(int) - Method in interface com.acrolinx.javasdk.api.factory.ContextInformationsBuilder
 
withEndIndex(int) - Method in class com.acrolinx.javasdk.core.factory.ContextInformationsBuilderImpl
 
withEntry(String, String) - Method in interface com.acrolinx.javasdk.api.factory.MetaInfoBuilder
 
withEntry(String, String) - Method in class com.acrolinx.javasdk.core.server.MetaInfoBuilderImpl
 
withExclude(Set<Tag>) - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings.DocumentTypeFilterSettings
 
withExclude(Set<Tag>) - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
withExcluded(boolean) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
 
withExcluded(boolean) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
withExtension(ClientExtension<?, ?>, ExtensionFilter) - Method in class com.acrolinx.javasdk.gui.extensions.ClientExtensionProviderBuilder
 
withExtensionSettings(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
withExtensionSettings(ExtensionSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
withFileFormat(FileFormat) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentBuilder
 
withFileFormat(FileFormat) - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
withFileName(FileName) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentBuilder
 
withFileName(FileName) - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
withFilterExtension(ExtensionViewFactory<FilterExtensionView>, ExtensionFilter, ThreadSyncWrapperAndLocalizationSetter) - Method in class com.acrolinx.javasdk.gui.extensions.ClientExtensionProviderBuilder
 
withGrammarChecking(boolean) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Enables grammar checking.
Note: RuleSetCapabilities.isGrammarCheckingAvailable() must be true.
withGrammarChecking(boolean) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withGuiLanguage(Locale) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
withGuiUpdateListenerContext(GuiUpdateListenerContext) - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
If you have to deal with several GuiController you could use a GuiUpdateListenerContext, created by GuiFactory.guiUpdateListenersContexts(), to synchronize the updates.
withHelp(HelpCommandCallback) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withHelp(HelpCommandCallback) - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With help command.
withHostName(String) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
 
withHostName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withHostName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
withIcon(MessageBoxIcon) - Method in class com.acrolinx.javasdk.gui.dialogs.messagebox.MessageBoxPresenter.MessageBoxModel
 
withInclude(Set<Tag>) - Method in interface com.acrolinx.javasdk.core.extraction.FilterExtensionSettings.DocumentTypeFilterSettings
 
withInclude(Set<Tag>) - Method in class com.acrolinx.javasdk.gui.extensions.filter.DocumentTypeFilterSettingsImpl
 
withInputDescriptionId(String) - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntryBuilder
 
withInputDescriptionId(String) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
withInputDescriptionId(String) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
WithKey - Interface in com.acrolinx.javasdk.core.internal.reportpojo
The implementations implementing this interface are having a WithKey.getKey() method.
withKeyword(Keyword) - Method in interface com.acrolinx.javasdk.api.checksettings.DocumentCheckSettingsBuilder
 
withKeyword(String) - Method in interface com.acrolinx.javasdk.api.checksettings.DocumentCheckSettingsBuilder
 
withKeyword(String) - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsBuilderImpl
 
withKeyword(Keyword) - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsBuilderImpl
 
withKeywords(List<Keyword>) - Method in interface com.acrolinx.javasdk.api.checksettings.DocumentCheckSettingsBuilder
 
withKeywords(List<Keyword>) - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsBuilderImpl
 
withLanguage(Language) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Sets the checking Language.
withLanguage(Language) - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntryBuilder
 
withLanguage(Language) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withLanguage(Language) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
withLanguage(Language) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
withLoggingDirectory(File) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
withLoggingLevel(Level) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
withMarkingColor(MarkingType, MarkingColor) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
withMarkings(Set<Marking>) - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
withMaxRulePriority(int) - Method in interface com.acrolinx.javasdk.api.checksettings.AdvancedCheckSettingsBuilder
Set to check only rules with the argument max priority.
withMaxRulePriority(int) - Method in class com.acrolinx.javasdk.core.checkSettings.AdvancedCheckSettingsBuilderImpl
 
withMetaInformation(LinkedHashMap<String, String>) - Method in interface com.acrolinx.javasdk.api.extraction.AditionalDataBuilder
 
withMetaInformation(String, String) - Method in interface com.acrolinx.javasdk.api.extraction.AditionalDataBuilder
 
withMetaInformation(LinkedHashMap<String, String>) - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
withMetaInformation(String, String) - Method in class com.acrolinx.javasdk.core.extraction.AdditionalDataImpl
 
withMetaInformation(LinkedHashMap<String, String>) - Method in class com.acrolinx.javasdk.core.extraction.AditionalDataBuilderImpl
 
withMetaInformation(String, String) - Method in class com.acrolinx.javasdk.core.extraction.AditionalDataBuilderImpl
 
withMethaInfo(MetaInfo) - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntryBuilder
 
withMethaInfo(MetaInfo) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
withMethaInfo(MetaInfo) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
withName(String) - Method in interface com.acrolinx.javasdk.api.factory.ContextInformationsBuilder
 
withName(String) - Method in class com.acrolinx.javasdk.core.factory.ContextInformationsBuilderImpl
 
withName(String) - Method in class com.acrolinx.javasdk.gui.sessions.TagBuilder
 
withNestingDepth(int) - Method in interface com.acrolinx.javasdk.api.factory.ContextInformationsBuilder
 
withNestingDepth(int) - Method in class com.acrolinx.javasdk.core.factory.ContextInformationsBuilderImpl
 
withNoBreak(Set<Tag>) - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings.DocumentTypeSegmentationSettings
 
withNoBreak(Set<Tag>) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
withOptions() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withOptions() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With options toolbar and menu command.
withoutCheckWithCorrectionDialog() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withoutCheckWithCorrectionDialog() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
Without check with corrections dialog command.
withParenthetic(Set<Tag>) - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings.DocumentTypeSegmentationSettings
 
withParenthetic(Set<Tag>) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
withPluginSettings(PluginSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsBuilder
 
withPluginSettings(PluginSettings) - Method in class com.acrolinx.javasdk.gui.settings.client.ClientSettingsImpl
 
withPositionInDocument(PositionInDocument) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
With position in document.
withPositionInDocument(PositionInDocument) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
withProperties(Properties) - Static method in class com.acrolinx.javasdk.gui.extensions.filter.FilterExtensionSettingsImpl
 
withProperties(Properties) - Static method in class com.acrolinx.javasdk.gui.extensions.segmentation.SegmentationExtensionSettingsImpl
 
withProxyAuthentification(boolean) - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsBuilder
 
withProxyAuthentification(boolean) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
withProxyAuthentification(boolean) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
withProxyServerAddress(String) - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsBuilder
 
withProxyServerAddress(String) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
withProxyServerAddress(String) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
withProxyServerPort(int) - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsBuilder
 
withProxyServerPort(int) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
withProxyServerPort(int) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
withProxySettings(ProxySettings) - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfigurationBuilder
 
withProxySettings(ProxySettings) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationBuilderImpl
 
withProxySettings(ProxySettings) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationImpl
 
withProxyUser(User) - Method in interface com.acrolinx.javasdk.api.factory.ProxySettingsBuilder
 
withProxyUser(User) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsBuilderImpl
 
withProxyUser(User) - Method in class com.acrolinx.javasdk.core.server.ProxySettingsImpl
 
withReadOnly(boolean) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
 
withReadOnly(boolean) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
withRecheckSelection() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withRecheckSelection() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With recheck selection command.
withReportLanguage(Language) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Sets the report language.
withReportLanguage(Language) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withReuseChecking(boolean) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Enables Reuse checking.
withReuseChecking(boolean) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withRuleSet(RuleSet) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Sets the checking RuleSet
withRuleSet(RuleSet) - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntryBuilder
 
withRuleSet(RuleSet) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withRuleSet(RuleSet) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
withRuleSet(RuleSet) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
withSchema - Variable in class com.acrolinx.javasdk.core.server.adapter.rest.RestPoJosTerminologyV6.FindTermsRequest
Set to true to also get the schema in the response (only considered for ACTIF).
withSchema - Variable in class com.acrolinx.services.v6.terminology.FindTermsRequest
 
withScope(DictionaryScope) - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntryBuilder
 
withScope(DictionaryScope) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
withScope(DictionaryScope) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
withSegmentationExtension(ExtensionViewFactory<SegmentationExtensionView>, ExtensionFilter, ThreadSyncWrapperAndLocalizationSetter) - Method in class com.acrolinx.javasdk.gui.extensions.ClientExtensionProviderBuilder
 
withSentenceBreak(Set<Tag>) - Method in interface com.acrolinx.javasdk.core.extraction.SegmentationExtensionSettings.DocumentTypeSegmentationSettings
 
withSentenceBreak(Set<Tag>) - Method in class com.acrolinx.javasdk.gui.extensions.segmentation.DocumentTypeSegmentationSettingsImpl
 
withSEOChecking(boolean) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Enables search engine optimization checking.
Note: RuleSetCapabilities.isSEOCheckingAvailable() must be true. You also have to define keywords using DocumentCheckSettingsBuilder.withKeywords(List).
withSEOChecking(boolean) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withServerAddress(String) - Method in interface com.acrolinx.javasdk.api.factory.ServerEndpointConfigurationBuilder
 
withServerAddress(String) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationBuilderImpl
 
withServerAddress(String) - Method in class com.acrolinx.javasdk.core.server.ServerEndpointConfigurationImpl
 
withServerEndpointConfiguration(ServerEndpointConfiguration) - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsBuilder
 
withServerEndpointConfiguration(ServerEndpointConfiguration) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsBuilderImpl
 
withServerEndpointConfiguration(ServerEndpointConfiguration) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
withServerSideXmlExtraction(boolean) - Method in interface com.acrolinx.javasdk.api.extraction.CheckInformationBuilder
Set to XML to use server-side XML extraction.
withServerSideXmlExtraction(boolean) - Method in class com.acrolinx.javasdk.core.extraction.CheckInformationBuilderImpl
 
withSettings(Map<String, String>) - Method in class com.acrolinx.javasdk.gui.settings.extension.ExtensionSettingsBuilder
 
withShowOptionsStrategy(ShowOptionsStrategy) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withShowOptionsStrategy(ShowOptionsStrategy) - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
Defines which strategy should be used for displaying the options dialog.
withShowReport() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withShowReport() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With show report command.
withShowResultStrategy(ShowResultStrategy) - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withShowResultStrategy(ShowResultStrategy) - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
Defines which strategy should be used for displaying the results dialog box.
withSingleSignOnConfiguration(SingleSignOnConfiguration) - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsBuilder
 
withSingleSignOnConfiguration(SingleSignOnConfiguration) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsBuilderImpl
 
withSingleSignOnConfiguration(SingleSignOnConfiguration) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
withSoftSkipping(boolean) - Method in interface com.acrolinx.javasdk.api.extraction.DocumentBuilder
 
withSoftSkipping(boolean) - Method in class com.acrolinx.javasdk.core.extraction.AbstractDocumentBuilder
 
withSpellChecking(boolean) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Enables spelling checking.
Note: RuleSetCapabilities.isSpellCheckingAvailable() must be true.
withSpellChecking(boolean) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withStepMode(boolean) - Method in class com.acrolinx.javasdk.gui.settings.plugin.PluginSettingsBuilder
 
withStepNext() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withStepNext() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With step next command.
withStepPrevious() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withStepPrevious() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With step previous command.
withStringKeywords(List<String>) - Method in interface com.acrolinx.javasdk.api.checksettings.DocumentCheckSettingsBuilder
 
withStringKeywords(List<String>) - Method in class com.acrolinx.javasdk.core.checkSettings.DocumentCheckSettingsBuilderImpl
 
withStyleChecking(boolean) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Enables style checking.
Note: RuleSetCapabilities.isStyleCheckingAvailable() must be true.
withStyleChecking(boolean) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withSubTree(AbstractSimpleDOMNode.Chain<R>) - Method in class com.acrolinx.javasdk.core.extraction.AbstractSimpleDOMNode.Chain
 
withSurface(String) - Method in interface com.acrolinx.javasdk.api.factory.DictionaryEntryBuilder
 
withSurface(String) - Method in interface com.acrolinx.javasdk.api.terminology.TerminologyQueryBuilder
 
withSurface(String) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryBuilderImpl
 
withSurface(String) - Method in class com.acrolinx.javasdk.core.server.DictionaryEntryImpl
 
withSurface(String) - Method in class com.acrolinx.javasdk.core.terminology.TerminologyQueryBuilderImpl
 
withSystemLoginName(String) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
With system login name.
withSystemLoginName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withSystemLoginName(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
withTermChecking(Set<TermStatus>, Set<TermSet>) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Enables term checking.
withTermChecking(Set<TermStatus>, Set<TermSet>) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withTermHarvesting(boolean) - Method in interface com.acrolinx.javasdk.api.checksettings.CheckSettingsBuilder
Enables term harvesting.
withTermHarvesting(boolean) - Method in class com.acrolinx.javasdk.core.checkSettings.CheckSettingsBuilderImpl
 
withText(String) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
 
withText(String) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
withText(String) - Method in class com.acrolinx.javasdk.gui.dialogs.correction.Chunk
 
withToggleMarkings() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withToggleMarkings() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With toggle markings command.
withToggleStepThroughMode() - Method in class com.acrolinx.javasdk.gui.commands.factories.MainCommandListBuilder
 
withToggleStepThroughMode() - Method in class com.acrolinx.javasdk.gui.GuiControllerBuilder
With toggle step-through mode command.
withTrialClientSignature() - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
Uses the Acrolinx trail license client signature.
withTrialClientSignature() - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withType(BlockType) - Method in interface com.acrolinx.javasdk.api.extraction.documents.block.BlockBuilder
 
withType(BlockType) - Method in class com.acrolinx.javasdk.core.extraction.block.BlockBuilderImpl
 
withUser(User) - Method in interface com.acrolinx.javasdk.api.factory.ConnectionSettingsBuilder
 
withUser(User) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsBuilderImpl
 
withUser(User) - Method in class com.acrolinx.javasdk.core.server.ConnectionSettingsImpl
 
withVersion(String) - Method in interface com.acrolinx.javasdk.api.factory.ClientInformationBuilder
 
withVersion(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationBuilderImpl
 
withVersion(String) - Method in class com.acrolinx.javasdk.core.client.ClientInformationImpl
 
withVersion(String) - Method in class com.acrolinx.javasdk.core.server.adapter.ServerVersionImpl
Fluently set the version text.
word - Variable in class com.acrolinx.services.v5.checking.KeywordList.Words
 
word - Variable in class com.acrolinx.services.v5.checking.Wordlist.Words
 
wordCount - Variable in class com.acrolinx.services.v4.checking.ResultDetails
 
wordCount - Variable in class com.acrolinx.services.v5.checking.ResultDetails
 
wordlist - Variable in class com.acrolinx.services.v5.checking.CheckDocumentMtomRequest
 
wordlist - Variable in class com.acrolinx.services.v5.checking.CheckDocumentRequest
 
Wordlist - Class in com.acrolinx.services.v5.checking
Java class for Wordlist complex type.
Wordlist() - Constructor for class com.acrolinx.services.v5.checking.Wordlist
 
Wordlist.Words - Class in com.acrolinx.services.v5.checking
Java class for anonymous complex type.
Wordlist.Words() - Constructor for class com.acrolinx.services.v5.checking.Wordlist.Words
 
words - Variable in class com.acrolinx.services.v5.checking.KeywordList
 
words - Variable in class com.acrolinx.services.v5.checking.Wordlist
 
wrapAndLocalize(T, Class<T>) - Method in class com.acrolinx.javasdk.gui.threading.proxy.ThreadSyncWrapperAndLocalizationSetter
The object will be wrapped by a proxy object.
WrapWithSyncProxy - Annotation Type in com.acrolinx.javasdk.gui.threading.proxy
Indicates if the annotated method result should be wrapped with a proxy.
wrongCredentialsUserRegistrationDisabled(Localizer, Exception) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
wrongUserPassword(Localizer, String, AuthorizationFailedException) - Static method in class com.acrolinx.javasdk.gui.ValidationResultFactory
 
WsServerFacadeFactory - Class in com.acrolinx.javasdk.core.server.adapter
A factory for creating ThinWsServerFacades.

X

XML_DOCUMENT_TYPE_IDENTIFIER - Static variable in class com.acrolinx.javasdk.gui.swt.sample.multi.session.extraction.ServerSideXmlFileStyledTextExtractor
The DocumentTypeIdentifier for plain text.
XMLDocumentExtractor<R> - Class in com.acrolinx.javasdk.core.extraction
XMLDocumentExtractor(DocumentsFactory) - Constructor for class com.acrolinx.javasdk.core.extraction.XMLDocumentExtractor
 

Y

YELLOW - Static variable in class com.acrolinx.javasdk.api.client.MarkingColor
The Constant YELLOW.

_

_return - Variable in class com.acrolinx.services.registry.GetAvailableServiceVersionsResponse
 
_return - Variable in class com.acrolinx.services.registry.GetKnownServiceNamesResponse
 
_return - Variable in class com.acrolinx.services.registry.GetServiceUriResponse
 
_return - Variable in class com.acrolinx.services.v3.core.GetAuthTokenResponse
 
_return - Variable in class com.acrolinx.services.v3.core.GetBroadcastMessagesResponse
 
_return - Variable in class com.acrolinx.services.v3.core.GetServerIdResponse
 
_return - Variable in class com.acrolinx.services.v3.core.GetServerSideClientPropertiesResponse
 
_return - Variable in class com.acrolinx.services.v3.core.GetServerVersionResponse
 
_return - Variable in class com.acrolinx.services.v3.core.GetSignatureChallengeResponse
 
_return - Variable in class com.acrolinx.services.v3.core.IsUserSelfRegistrationEnabledResponse
 
_return - Variable in class com.acrolinx.services.v3.core.PingResponse
 
_return - Variable in class com.acrolinx.services.v3.core.RequestSessionResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.AggregateCheckReportsResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.GetAvailableLanguagesResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.GetCheckDocumentResultResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.GetCheckReportDependenciesResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.GetCheckResultContentsResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.GetCheckStatusResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.GetLanguageCapabilitiesResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.SubmitCheckDocumentMtomRequestResponse
 
_return - Variable in class com.acrolinx.services.v4.checking.SubmitCheckDocumentRequestResponse
 
_return - Variable in class com.acrolinx.services.v4.user.GetAllAvailablePrivilegesResponse
 
_return - Variable in class com.acrolinx.services.v4.user.GetGrantedPrivilegesResponse
 
_return - Variable in class com.acrolinx.services.v4.user.GetUserPropertiesResponse
 
_return - Variable in class com.acrolinx.services.v4.user.GetUserPropertyResponse
 
_return - Variable in class com.acrolinx.services.v4.user.HasNamedPrivilegeResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.AggregateCheckReportsResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.GetAvailableLanguagesResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.GetCheckDocumentResultResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.GetCheckReportDependenciesResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.GetCheckResultContentsResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.GetCheckStatusResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.GetLanguageCapabilitiesResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.SubmitCheckDocumentMtomRequestResponse
 
_return - Variable in class com.acrolinx.services.v5.checking.SubmitCheckDocumentRequestResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.CreateDumpResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.ExportTerminologyResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.FindTermsResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.GetCreateDumpResultResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.GetRestoreDumpResultResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.ImportTerminologyResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.LookupLinkedTermsResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.RestoreDumpResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.SearchTermsResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.SubmitCreateDumpRequestResponse
 
_return - Variable in class com.acrolinx.services.v6.terminology.SubmitRestoreDumpRequestResponse
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

Copyright © 2011–2016 Acrolinx. All rights reserved.